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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -162,8 +162,8 @@
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 Reuse password reset token if it has not expired; requires `resetTokenValidityDuration` to be set. Default is `false`.
166
-
* @property {Number} resetTokenValidityDuration time for token to expire
165
+
* @property {Boolean} resetTokenReuseIfValid Is true if the password reset token should be reused if it has not expired; requires `resetTokenValidityDuration` to be set. Default is `false`.
166
+
* @property {Number} resetTokenValidityDuration The time duration in seconds after which a password reset token expires and becomes invalid. Default is indefinite (never expires).
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