This topic is locked

User Registration = Two Logins

3/6/2013 15:08:49
PHPRunner General questions
H
herb200mph author

After creating a user account, a page displays indicating the registration was successful and a verification email is sent to the user.
When the user clicks on the link, it opens a login page.
The user logs in.
That action opens another login page.
The user must login AGAIN!
Then, they may add content, etc.
What can be done to prevent the "double login" actions?
The user should be able to login once from the verification screen result and that's that.
Any help or suggestions for this issue?

Sergey Kornilov admin 3/7/2013

This thing should not be happening. My guess is that something is not right with project or server configuration. Hard to tell what exactly without seeing it in action.

H
herb200mph author 3/7/2013



This thing should not be happening. My guess is that something is not right with project or server configuration. Hard to tell what exactly without seeing it in action.


Can give you access to the site location for testing.
However, client is giving the system a shake down cruise today.
More discussion:
After clicking the link in the verification email, the page opens to a "register" page with a login area.
Logging in results in going to the actual login page and you must log in again to go further.
How can we make the verification/register login action go directly to the list page rather than the login page?