mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 23:58:19 -05:00
- 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>
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-passwordaccounts-facebookaccounts-googleaccounts-githubaccounts-twitteraccounts-meetupaccounts-weibo
There are also login services available in community packages.
For more information, see the Meteor docs and the Meteor Accounts project page.