gitea/routers/web/user
zeripath 27b351aba5
Make LDAP be able to skip local 2FA (#16954)
This PR extends #16594 to allow LDAP to be able to be set to skip local 2FA too. The technique used here would be extensible to PAM and SMTP sources.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-09-17 12:43:47 +01:00
..
setting Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
auth.go Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
auth_openid.go Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
avatar.go Add Cache-Control to avatar redirects (#16973) 2021-09-06 23:05:44 +02:00
home.go Correctly return the number of Repositories for Organizations (#16807) 2021-09-01 01:31:42 -04:00
home_test.go
main_test.go
notification.go Related refactors to ctx.FormX functions (#16567) 2021-08-11 18:08:52 +03:00
oauth.go
oauth_test.go
profile.go In Render tolerate not being passed a context (#16842) 2021-08-28 21:15:56 +01:00
task.go