ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

fix support for forbidClientAccountCreation option #196

Closed gsabran closed 8 years ago

ianmartorell commented 8 years ago

Hey, this has never been needed because forbidClientAccountCreation is already handled by Accounts.config. Has there been some change to Meteor that makes this necessary? I see that the Accounts object has changed to AccountsClient and AccountsServer, which I wasn't aware of.

gsabran commented 8 years ago

I see, I missed that they were two different configs, because the Account.ui config touches fields that are not ui related and I thought it was replacing the account config instead of complementing it. My bad!

ianmartorell commented 8 years ago

No problem