-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Web UI
When there is a policy password such as REGEX against which the password is tested, trying to change the password through the UI with an incorrect password is not correctly handled by UI.
We should instead:
- should be able to define an error message to display to the end-user.
<extension point="userManager" target="org.nuxeo.ecm.platform.usermanager.UserService"> <userManager> <userPasswordPattern>(?=.{9,})(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*\p{Punct}).*</userPasswordPattern> </userManager> </extension>
- is related to
-
ELEMENTS-670 Changing password does not handle errors properly in UI
- Resolved