- Affected version
- 2.0.10
Steps to reproduce
Expected Result
The user is saved without error OR a meaningful error telling that the value of the profilefield created in step 1 is invalid
Actual Result
Error message "Please enter a value that matches the required format."
This error message is confusing as it could make the admin think it is related to the password field which is not the case.
IMHO it would be a lot better to include the name of the profile field in the error to make it clear that this message is related to a profile field (which, in the example stated above) is not even directly visible at this point.
- Create a new textbox custom profile field
- Create a new user and make sure this user has the value test in the profilefield created in step 1
- Edit the profile field created in step one and add the regex
^\d+$
- Edit the user created in step 2, click set new password, enter a valid new pasword and hit Save
Expected Result
The user is saved without error OR a meaningful error telling that the value of the profilefield created in step 1 is invalid
Actual Result
Error message "Please enter a value that matches the required format."
This error message is confusing as it could make the admin think it is related to the password field which is not the case.
IMHO it would be a lot better to include the name of the profile field in the error to make it clear that this message is related to a profile field (which, in the example stated above) is not even directly visible at this point.
Last edited: