Form validation errors hidden from user in Manage User

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
5/27/2010 4:23:11 PM
Gravatar
Total Posts 10

Form validation errors hidden from user in Manage User

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.

5/28/2010 8:41:35 AM
Gravatar
Total Posts 18439

Re: Form validation errors hidden from user in Manage 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

You must sign in to post in the forums. This thread is closed to new posts.