forgejo/services/auth/source
silverwind 88f835192d
Replace interface{} with any (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
..
db Log the real reason when authentication fails (but don't show the user) (#25414) 2023-07-03 18:39:38 -04:00
ldap Change default email domain for LDAP users (#25425) 2023-06-22 08:16:12 +00:00
oauth2 Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
pam Do not send "registration success email" for external auth sources (#24632) 2023-05-10 10:49:47 +00:00
smtp Do not send "registration success email" for external auth sources (#24632) 2023-05-10 10:49:47 +00:00
sspi Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
source_group_sync.go Fix accidental overwriting of LDAP team memberships (#24050) 2023-04-11 19:54:26 -04:00