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

Do not send activation email if manual confirm is set (#19119) #19122

Merged
merged 4 commits into from
Mar 19, 2022

Commits on Mar 18, 2022

  1. Do not send activation email if manual confirm is set (go-gitea#19119)

    Backport go-gitea#19119
    
    If the mailer is configured then even if Manual confirm is set an activation email
    is still being sent because `handleUserCreated` is not checking for this case.
    
    Fix go-gitea#17263
    
    Signed-off-by: Andrew Thornton <[email protected]>
    
    Co-authored-by: Lunny Xiao <[email protected]>
    zeripath and lunny committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    854178b View commit details
    Browse the repository at this point in the history
  2. drop the new locale string and use the slightly less appropriate disa…

    …ble_register_mail string instead
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e4dc7ca View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    9f9cb0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f79f57 View commit details
    Browse the repository at this point in the history