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

Mark registration profile activated when confirming invited user #3248

Merged
merged 1 commit into from
May 22, 2018

Commits on May 18, 2018

  1. Mark registration profile activated when confirming invited user

    The registration system uses both the `activated` field in addition to the
    `User.is_active` fields. Setting `User.is_active` to false after activation lets
    us disable an account and prevent the user from reactivating it. Because of this
    we must also update the `activated` field.
    jwalgran committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ea2f9fe View commit details
    Browse the repository at this point in the history