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

Fix overwriting the remember_token when a valid one already exists #4101

Merged

Conversation

ralinc
Copy link

@ralinc ralinc commented May 10, 2016

The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

Fixes #3950.

The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

Fixes heartcombo#3950.
@ulissesalmeida
Copy link
Contributor

Thanks! It's looks good.

cc @josevalim any consideration?

@reedloden
Copy link

This is exactly what the monkey patch we've been using is doing for the last two months, so 👍

@ulissesalmeida ulissesalmeida merged commit 9caf07d into heartcombo:master May 15, 2016
@ralinc ralinc deleted the fix-remember-token-regeneration branch May 15, 2016 14:49
ulissesalmeida pushed a commit that referenced this pull request May 15, 2016
…4101)

The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

Fixes #3950.
ulissesalmeida pushed a commit that referenced this pull request May 15, 2016
…4101)

The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

Fixes #3950.
ulissesalmeida pushed a commit that referenced this pull request May 15, 2016
…4101)

The remember_token should not get overwritten when a user is
signing in and a valid token already exists.

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

Successfully merging this pull request may close these issues.

None yet

3 participants