1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/routers/web/auth
zeripath 1c5afd17ee
Prevent panic on prohibited user login with oauth2 (#18562)
There was an unfortunate regression in #17962 where following detection of the
UserProhibitLogin error the err is cast to a pointer by mistake.

This causes a panic due to an interface error.

Fix #18561

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-03 10:44:18 +00:00
..
2fa.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
auth.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
linkaccount.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
main_test.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
oauth_test.go Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
oauth.go Prevent panic on prohibited user login with oauth2 (#18562) 2022-02-03 10:44:18 +00:00
openid.go Use base32 for 2FA scratch token (#18384) 2022-01-26 12:10:10 +08:00
password.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
webauthn.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00