1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-26 15:06:09 +02:00
gitea/docs/content/doc/help
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
2021-02-15 00:31:29 +01:00
..
faq.en-us.md Allow blocking some email domains from registering an account (#14667) 2021-02-15 00:31:29 +01:00
search.en-us.md Reformat docs (#13897) 2020-12-09 07:47:06 +01:00
search.fr-fr.md Reformat docs (#13897) 2020-12-09 07:47:06 +01:00
search.zh-cn.md Reformat docs (#13897) 2020-12-09 07:47:06 +01:00
search.zh-tw.md [docs] Add zh-tw Translations (#14507) 2021-01-29 01:57:58 +01:00
seek-help.en-us.md Reformat docs (#13897) 2020-12-09 07:47:06 +01:00
seek-help.zh-cn.md Reformat docs (#13897) 2020-12-09 07:47:06 +01:00
seek-help.zh-tw.md [docs] Add zh-tw Translations (#14507) 2021-01-29 01:57:58 +01:00