Skip to content

Commit 1d77a97

Browse files
authored
Update src/Options/Definitions.js
Signed-off-by: Manuel <[email protected]>
1 parent 2115d36 commit 1d77a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/Definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ module.exports.PasswordPolicyOptions = {
910910
resetPasswordSuccessOnInvalidEmail: {
911911
env: 'PARSE_SERVER_PASSWORD_POLICY_RESET_PASSWORD_SUCCESS_ON_INVALID_EMAIL',
912912
help:
913-
'Set to true if password resets should return success if the email is invalid<br><br>Default is `true`.',
913+
'Set to `true` if a request to reset the password should return a success response even if the provided email address is invalid, or `false` if the request should return an error response if the email address is invalid.<br><br>Default is `true`.',
914914
action: parsers.booleanParser,
915915
default: true,
916916
},

0 commit comments

Comments
 (0)