Comment on issue #828

This commit is contained in:
Nick Martin
2013-04-15 10:44:46 -07:00
parent 28f9061555
commit 274f7e35b2

View File

@@ -8,6 +8,12 @@ if (!Accounts._options) {
// Set up config for the accounts system. Call this on both the client
// and the server.
//
// XXX we should add some enforcement that this is called on both the
// client and the server. Otherwise, a user can
// 'forbidClientAccountCreation' only on the client and while it looks
// like their app is secure, the server will still accept createUser
// calls. https://github.com/meteor/meteor/issues/828
//
// @param options {Object} an object with fields:
// - sendVerificationEmail {Boolean}
// Send email address verification emails to new users created from