Rank: Member
Joined: 1/8/2007(UTC) Posts: 79
|
Hey guys, I dont know which could be the reason, but when I create a new account, at the end of the process it's redirect to the login page with the user logged and asking for its password. (I've attached an screenshot) I dont know if it can be fixed from the Admin or from the aspx Thanks again. Auchi attached the following image(s): NewAccount.jpg (39kb) downloaded 59 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Currently the system should be logging the user in after they create a new account. Make sure that in the admin under Options > Users you have "Remember Users" checked.
Also, in the login.aspx file, make sure that the line for the new user control looks like this...
<uc1:NewUserControl ID="NewUserControl1" runat="server" LoginAfterCreate="true"></uc1:NewUserControl>
it needs to have LoginAfterCreate="true" in there. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 1/8/2007(UTC) Posts: 79
|
Hello Justin. Yes the aspx, its configured with the LoginAfterCreate=true and the checkboxes "Remember users" and "Remember User Passwords" in the Admin are checked.
Could it be (may be) the SSL?
Any incompatibility or something...
I dont understand...
(If I cant make it work, I disable the loginaftercreate... i guess)
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.