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
PR #9857 implements a local password policy. This has an effect on the user interface when a new password has to be assigned. The implementation of this issue is intended to make it as easy as possible for users to set a new password that matches the policy.
From the user perspective it would be great to see the constraints when setting a new password.
Current situation
As a user, I want to change my password. After entering a password, that does not match the required criteria, I get a message that only tells me that the password does not fulfill the policy.
Expected behavior
The user is provided by an visual description that explains the required criteria in a human friendly presentation.
Nice to have
When not matching the policy, the user gets an information which of the criteria is not fulfilled.
The text was updated successfully, but these errors were encountered:
Motivation
PR #9857 implements a local password policy. This has an effect on the user interface when a new password has to be assigned. The implementation of this issue is intended to make it as easy as possible for users to set a new password that matches the policy.
From the user perspective it would be great to see the constraints when setting a new password.
Current situation
As a user, I want to change my password. After entering a password, that does not match the required criteria, I get a message that only tells me that the password does not fulfill the policy.
Expected behavior
The user is provided by an visual description that explains the required criteria in a human friendly presentation.
Nice to have
When not matching the policy, the user gets an information which of the criteria is not fulfilled.
The text was updated successfully, but these errors were encountered: