0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-16 02:52:39 +01:00
gitea/models/user
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
..
avatar.go
badge.go
block.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
email_address.go Skip email domain check when admins edit user emails (#29609) 2024-03-05 16:51:56 +00:00
email_address_test.go
error.go
external_login_user.go
follow.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
follow_test.go
list.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
must_change_password.go
openid.go
openid_test.go
redirect.go Another round of db.DefaultContext refactor (#27103) 2023-09-25 13:17:37 +00:00
redirect_test.go
search.go
setting.go
setting_keys.go
setting_test.go
user.go Skip email domain check when admin users adds user manually (#29522) 2024-03-05 05:55:47 +00:00
user_system.go
user_test.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
user_update.go