0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-01 20:00:14 +01:00
gitea/routers/web/auth
Jason Song 5a6cba4cf4
Set last login when activating account (#21731)
Fix #21698.

Set the last login time to the current time when activating the user
successfully.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-11-09 11:42:06 -05:00
..
2fa.go
auth.go Set last login when activating account (#21731) 2022-11-09 11:42:06 -05:00
linkaccount.go
main_test.go
oauth_test.go
oauth.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
openid.go
password.go
webauthn.go