Properties:
Name | Type | Description |
---|---|---|
doNotAllowUsername |
Boolean
|
disallow username in passwords |
maxPasswordAge |
Number
|
days for password expiry |
maxPasswordHistory |
Number
|
setting to prevent reuse of previous n passwords |
resetTokenReuseIfValid |
Boolean
|
resend token if it's still valid |
resetTokenValidityDuration |
Number
|
time for token to expire |
validatorCallback |
function
|
a callback function to be invoked to validate the password |
validatorPattern |
String
|
a RegExp object or a regex string representing the pattern to enforce |