Skip to content

Commit e6e502e

Browse files
dblythymtrezza
andauthored
Update src/Options/index.js
Co-authored-by: Manuel <[email protected]> Signed-off-by: Daniel <[email protected]>
1 parent e0cfbc3 commit e6e502e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export interface ParseServerOptions {
165165
Requires option `verifyUserEmails: true`.
166166
:DEFAULT: false */
167167
preventLoginWithUnverifiedEmail: ?boolean;
168-
/* Set to `true` to prevent a user from signing up if the email has not yet been verified and email verification is required.
168+
/* 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.
169169
<br><br>
170170
Default is `false`.
171171
<br>

0 commit comments

Comments
 (0)