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.
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
..
setting Move macaron to chi (#14293) 4 years ago
auth.go Allow blocking some email domains from registering an account (#14667) 3 years ago
auth_openid.go Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548) 4 years ago
avatar.go Direct avatar rendering (#13649) 4 years ago
home.go Add review requested filter on pull request overview (#13701) 4 years ago
home_test.go Issues overview should not show issues from archived repos (#13220) 4 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
notification.go Fix notifications page links (#12838) 4 years ago
oauth.go Move macaron to chi (#14293) 4 years ago
profile.go Redirect on changed user and org name (#11649) 4 years ago
task.go Store task errors following migrations and display them (#13246) 4 years ago