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
Other password managers indicate when a password has no longer been changed. I would advocate such a function as an optional function. I would activate it by default.
IF last change in the password field is older than X months, THEN issue a warning.
In my opinion, X should be selectable from several pre-assigned values, which could be linked to the on/off switch.
Output of a warning:
As a PUSH message
In a special list in the app (because PUSH messages are volatile)
In the affected entry itself
The text was updated successfully, but these errors were encountered:
https://pages.nist.gov/800-63-4/sp800-63b/authenticators/#passwordver
3.1.1.2 - 6
"Verifiers and CSPs SHALL NOT require users to change passwords periodically. However, verifiers SHALL force a change if there is evidence of compromise of the authenticator"
As far as I'm informed you should not change your password periodically, because it does not provide further security.
Other password managers indicate when a password has no longer been changed. I would advocate such a function as an optional function. I would activate it by default.
IF last change in the password field is older than
X
months, THEN issue a warning.In my opinion,
X
should be selectable from several pre-assigned values, which could be linked to the on/off switch.Output of a warning:
The text was updated successfully, but these errors were encountered: