mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Block registration based on email domain (#5157)
* implement email domain whitelist
This commit is contained in:
committed by
techknowlogick
parent
4c1f1f9646
commit
b97af15de6
@@ -242,6 +242,7 @@ openid_register_title = Create new account
|
||||
openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
|
||||
openid_signin_desc = Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry.
|
||||
disable_forgot_password_mail = Password reset is disabled. Please contact your site administrator.
|
||||
email_domain_blacklisted = You cannot register with your email address.
|
||||
|
||||
[mail]
|
||||
activate_account = Please activate your account
|
||||
|
Reference in New Issue
Block a user