Duplicate email registration

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.
4/1/2010 7:57:33 AM
Gravatar
Total Posts 12

Duplicate email registration

Hi Joe,

Win Server 2003
MSSQL
2341

Just installed the above version and noticed that if you try to register with an exisitng email address the registration form just reloads instead of the usual message.

'Sorry a user already exists with that email address'.

Any ideas?

Thanks Colin

4/1/2010 8:50:52 AM
Gravatar
Total Posts 18439

Re: Duplicate email registration

Hi Colin,

Thanks for the bug report.

It can be fixed immediately by editing the Register.aspx page, find this:

<portal:mojoLabel ID="lblErrorMessage" runat="server" CssClass="txterror" />

and replace it with this:

<portal:mojoLabel ID="ErrorMessage" runat="server" CssClass="txterror" />

Thanks,

Joe

4/7/2010 2:05:26 AM
Gravatar
Total Posts 12

Re: Duplicate email registration

That's great, thanks Joe.

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