Files
meteor/packages/accounts-base
Sankalp Tripathi b7ae160464 docs: clarify forbidClientAccountCreation requires client+server config (#13961)
- Add clear warning that forbidClientAccountCreation must be set on both client and server
- Include practical example showing shared config file approach
- Fixes issue where UI still shows 'Create account' link when only set on server

Fixes #13922

Co-authored-by: Italo José <italo.i@live.com>
2025-12-02 14:43:41 -03:00
..
2024-07-30 10:33:11 -04:00
2024-07-24 13:16:16 -04:00
2023-10-01 22:02:43 +03:00

accounts-base

Source code of released version | Source code of development version


Meteor's user account system. This package implements the basic functions necessary for user accounts and lets other packages register login services. Some of these services are in the following packages:

  • accounts-password
  • accounts-facebook
  • accounts-google
  • accounts-github
  • accounts-twitter
  • accounts-meetup
  • accounts-weibo

There are also login services available in community packages.

For more information, see the Meteor docs and the Meteor Accounts project page.