Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing user email logs user out #176

Open
nicbarbier opened this issue Oct 21, 2011 · 3 comments
Open

Changing user email logs user out #176

nicbarbier opened this issue Oct 21, 2011 · 3 comments

Comments

@nicbarbier
Copy link

Using the user's email as the user's unique identifier (we're not using usernames), if the user goes to edit their profile and changes their email, it logs them out.

Is this a known issue and/or is there a way around this (like logging someone in at the same time as the profile is edited)?

Cheers

@brendo
Copy link
Member

brendo commented Oct 21, 2011

It's a known issue (although to be fair, not documented AFAIK).

I think it could be overcome as there is similar logic in place for the Members: Reset Password event that will maintain a member's session (well it actually just creates a new one behind the scenes), it's just a case of how to provide this functionality.

Should it be automatic that if it's changed the session is maintained? Should it be a setting (I feel like there's a setting for everything :() Should they even be able to change the email/username once it's added?

@designermonkey
Copy link
Member

To add to this, the same happens with a change of password. It's kind of annoying. Any movement on this one? @brendo

@designermonkey
Copy link
Member

Going to log mine as a different issue, as there's an option that isn't working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants