Solved problem NOT LoggedIn after user created

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/22/2006 7:26:01 PM
kwa
Gravatar
Total Posts 23

Solved problem NOT LoggedIn after user created

I just tried to fix the issue that when a new user is created That user is not logged in.

In the Register.aspx page you see something like this:

<

asp:CreateUserWizard ID="RegisterUser" runat="server" LoginCreatedUser="true" DisableCreatedUser="false">

Bydefault LoginCreateUser is true, for some reason when you set it to true on the page it won't work, it could be a bug, I'm not going to spend time hack the source code and find out. What you want to do is remove both properties and Recompile the app.

<asp:CreateUserWizard ID="RegisterUser" runat="server" >

It work for me. You should be able to get it work too.

 

 

8/23/2006 3:49:21 AM
Gravatar
Total Posts 18439

Re: Solved problem NOT LoggedIn after user created

Excellent bo! I'll try that tonight after work. Funny thing is I think I added those properties when I was trying to get it to work. Thats been bugging me, thanks for finding a solution!

Cheers,

Joe
8/23/2006 3:53:12 PM
Gravatar
Total Posts 18439

Re: Solved problem NOT LoggedIn after user created

I confirm it does fix it. Nice work!

Thanks Again,

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