0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 00:54:51 +01:00
gitea/modules/context
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
..
access_log.go
api.go Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
api_org.go
api_test.go
auth.go Make LDAP be able to skip local 2FA (#16954) 2021-09-17 12:43:47 +01:00
captcha.go
context.go
csrf.go
form.go
org.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
pagination.go
permission.go
private.go
repo.go Add skip and limit to git.GetTags (#16897) 2021-09-10 19:30:37 +02:00
response.go
xsrf.go
xsrf_test.go