Unable to register new 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/18/2006 3:35:25 AM
Gravatar
Total Posts 2

Unable to register new user

Windows 2000, IIS 6, MSSQL, .net 2.0, mojo 2.0

Go to http://www.bbeoj.com/mojoportal
Click on "Register"
The following form is presented

Create a New Account
Name: _____________________
User ID: ____________________
E-mail: _____________________
[Register]

Fill in the info and click [Register], and get validation errors on form fields that are not in the form!

Create a New Account
Name: Test User
User ID: TestUser
E-mail: test@example.com

* Password must not be left blank.
* Confirm Password must not be left blank.
5/18/2006 1:37:03 PM
Gravatar
Total Posts 18439

Re: Unable to register new user

Hi,

That does seem to be a bug. Thanks for letting me know, I'll be sure and fix that for the next release.

If you are working with the source code it should be easy to fix. The issue seems to be that you have the site configured to require secure registration. What this means is that the user does not enter a password during registration but a random password is generated and emailed to the user so that we know the user entered a valid email address.

There is code in the page to hide the password fields when the site is configured that way but additional code is needed to hide the validator controls for the password fields when the password fields are hidden.

Sorry about that, apparently that configuration has not been tested enough. In the 2.1 branch of svn much of this code is replaced because we are using the new Membership api and the built in Regiter, Login, and Password change controls.

In the mean time you can workaround the issue by going into site settings and unchecking the Require Secure Registration feature.

Thanks,

Joe
5/18/2006 2:16:06 PM
Gravatar
Total Posts 2

Re: Unable to register new user

Joe -

I really appreciate the time you've put into this.  It appears to be just what I have been looking for.  I'm going to pull the latest version from svn and give it a try because I'm really interested in working with a system that's using the new features of .net 2.0

I'll let you know how it goes!

-Bryan

5/18/2006 2:28:46 PM
Gravatar
Total Posts 18439

Re: Unable to register new user

Hi Bryan,

Thanks! If you get the source be sure if you haven't already to install the new VS Web Application project type for VS 2005, heres a link to the MS download page.

Cheers,

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