0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-29 14:54:32 +01:00
gitea/routers/web/admin
Zettat123 136dd99e86
Skip email domain check when admins edit user emails (#29609)
Follow #29522

Administrators should be able to set a user's email address even if the
email address is not in `EMAIL_DOMAIN_ALLOWLIST`
2024-03-05 16:51:56 +00:00
..
admin.go
admin_test.go
applications.go
auths.go
config.go
diagnosis.go
emails.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
hooks.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
main_test.go
notice.go
orgs.go
packages.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
queue.go
queue_tester.go
repos.go
runners.go
stacktrace.go
users.go Skip email domain check when admins edit user emails (#29609) 2024-03-05 16:51:56 +00:00
users_test.go