This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Form validation errors hidden from user in Manage User
This took a few cycles to figure out what the issue is. Here goes:
Step 1: have existing users
Step 2: add new custom profile fields. Make a few of these fields required for the portal.
Step 3: attempt to change user password
Symptom: update the password, nothing happens. Password field is left blank, password is unchanged.
Actual problem: Newly-minted required fields on another tab are displaying validation errors, but I don't see them because I'm on Reset Password tab.
Workaround: complete the required fields and also change the password.
I do think that this is a bug though, form validation errors blocking update should be visible on any view having a button, especially if it's blocking the user.
Hi Steve,
Thanks for the bug report. This is now fixed in the source code repository, the validation messages are now displayed in a validation summary below the buttons, so they will be visible no matter which tab is active.
Best,
Joe