You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/forms
Damien Goutte-Gattat fc4a8c2980
Allow blocking some email domains from registering an account (#14667)
Gitea allows to whitelist email domains so that only email addresses from certain domains are allowed to register an account, but does not currently allows to do the opposite: blacklisting email domains so that addresses from certain domains are *forbidden* to register an account.

The idea has been briefly mentioned in the discussion about issue #6350, but never implemented. This PR does that.

The rationale is that, in my experience of running a Gitea instance, *a single email domain* is responsible for *most* of the spam accounts, and for *all* of the spam accounts that manage to get past the email confirmation step. So on top of the other spam mitigation measures already available (email confirmation, CAPTCHA, etc.), having the option to block a particularly annoying domain would be helpful.

close #13628
3 years ago
..
admin.go Move middlewares to web/middleware (#14480) 3 years ago
auth_form.go Move middlewares to web/middleware (#14480) 3 years ago
org.go Move middlewares to web/middleware (#14480) 3 years ago
repo_branch_form.go Move middlewares to web/middleware (#14480) 3 years ago
repo_form.go Add dismiss review feature (#12674) 3 years ago
repo_form_test.go Move macaron to chi (#14293) 3 years ago
user_form.go Allow blocking some email domains from registering an account (#14667) 3 years ago
user_form_auth_openid.go Move middlewares to web/middleware (#14480) 3 years ago
user_form_test.go Allow blocking some email domains from registering an account (#14667) 3 years ago