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 email confirmation link not updating email #6187

Merged
merged 1 commit into from
Jan 4, 2018

Commits on Jan 4, 2018

  1. Fix email confirmation link not updating email

    A change introduced in mastodon#6125 prevents
    `Devise::Models::Confirmable#confirm` from being called for existing
    users, which in turn leads to `email` not being set to
    `unconfirmed_email`, breaking email updates. This also adds a test
    that would've caught this issue.
    pfigel committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    adf0f19 View commit details
    Browse the repository at this point in the history