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 activation of primary email addresses #16385

Merged
merged 5 commits into from
Jul 13, 2021
Merged

fix activation of primary email addresses #16385

merged 5 commits into from
Jul 13, 2021

Commits on Jul 12, 2021

  1. fix: primary email cannot be activated

    * Primary email should be activated together with user account when
    'RegisterEmailConfirm' is enabled.
    
    * To fix the existing error state. When 'RegisterEmailConfirm' is enabled, the
    admin should have permission to modify the activations status of user email.
    And the user should be allowed to send activation to primary email.
    
    * Only judge whether email is primary from email_address table.
    
    Signed-off-by: Meano <meanocat@gmail.com>
    Meano committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7669ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    8ae1fd6 View commit details
    Browse the repository at this point in the history
  2. Improve logging and refactor isEmailActive

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    4ce9c80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3c0d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c092f6 View commit details
    Browse the repository at this point in the history