You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Options/docs.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@
162
162
* @property {Boolean} doNotAllowUsername disallow username in passwords
163
163
* @property {Number} maxPasswordAge days for password expiry
164
164
* @property {Number} maxPasswordHistory setting to prevent reuse of previous n passwords
165
-
* @property {Boolean} resetTokenReuseIfValid resend token if it's still valid
165
+
* @property {Boolean} resetTokenReuseIfValid Reuse password reset token if it has not expired; requires `resetTokenValidityDuration` to be set. Default is `false`.
166
166
* @property {Number} resetTokenValidityDuration time for token to expire
167
167
* @property {Function} validatorCallback a callback function to be invoked to validate the password
168
168
* @property {String} validatorPattern a RegExp object or a regex string representing the pattern to enforce
0 commit comments