forgejo/routers/web/admin
Zettat123 e7afba21ce
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`

(cherry picked from commit 136dd99e86eea9c8bfe61b972a12b395655171e8)
2024-03-11 23:36:58 +07: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-03-06 12:10:44 +08:00
hooks.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
main_test.go
notice.go
orgs.go
packages.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08: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-11 23:36:58 +07:00
users_test.go