Skip to content

Commit 18b920d

Browse files
committed
definitions
1 parent 5045d14 commit 18b920d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/Options/Definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ module.exports.ParseServerOptions = {
415415
preventSignupWithUnverifiedEmail: {
416416
env: 'PARSE_SERVER_PREVENT_SIGNUP_WITH_UNVERIFIED_EMAIL',
417417
help:
418-
'Set to `true` to prevent a user from signing up if the email has not yet been verified and email verification is required.<br><br>Default is `false`.<br>Requires option `verifyUserEmails: true`.',
418+
"If set to `true` it prevents a user from signing up if the email has not yet been verified and email verification is required. In that case the server responds to the sign-up with HTTP status 400 and a Parse Error 205 `EMAIL_NOT_FOUND`. If set to `false` the server responds with HTTP status 200, and client SDKs return an unauthenticated Parse User without session token. In that case subsequent requests fail until the user's email address is verified.<br><br>Default is `false`.<br>Requires option `verifyUserEmails: true`.",
419419
action: parsers.booleanParser,
420420
default: false,
421421
},

Diff for: src/Options/docs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)