Skip to content

Commit

Permalink
Update src/Options/Definitions.js
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
  • Loading branch information
mtrezza authored Feb 24, 2023
1 parent 2115d36 commit 1d77a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options/Definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ module.exports.PasswordPolicyOptions = {
resetPasswordSuccessOnInvalidEmail: {
env: 'PARSE_SERVER_PASSWORD_POLICY_RESET_PASSWORD_SUCCESS_ON_INVALID_EMAIL',
help:
'Set to true if password resets should return success if the email is invalid<br><br>Default is `true`.',
'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`.',
action: parsers.booleanParser,
default: true,
},
Expand Down

0 comments on commit 1d77a97

Please sign in to comment.