mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-06-18 02:00:01 +02:00
Backport #31130 by @lunny Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> (cherry picked from commit e6bacf1fed57e33fcbbb7d57782bfc5daa8f2fee)
This commit is contained in:
parent
ebf1ba683b
commit
3bdf9eae01
5 changed files with 5 additions and 0 deletions
|
@ -841,6 +841,7 @@ func ActivateEmail(ctx *context.Context) {
|
|||
if email := user_model.VerifyActiveEmailCode(ctx, code, emailStr); email != nil {
|
||||
if err := user_model.ActivateEmail(ctx, email); err != nil {
|
||||
ctx.ServerError("ActivateEmail", err)
|
||||
return
|
||||
}
|
||||
|
||||
log.Trace("Email activated: %s", email.Email)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue