diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-19 19:21:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-21 09:26:57 +0200 |
commit | fcc197db4063b60433d29af0b2173be09271bbb6 (patch) | |
tree | e909e7b4b25b8c607968b53a89355249dc97b72b /template/en/default | |
parent | Bug 1645768 - Please add 'See Also' support for GitLab (diff) | |
download | bugzilla-fcc197db4063b60433d29af0b2173be09271bbb6.tar.gz bugzilla-fcc197db4063b60433d29af0b2173be09271bbb6.tar.bz2 bugzilla-fcc197db4063b60433d29af0b2173be09271bbb6.zip |
Add an extension to block spam from new accountsgentoo-5.0.6.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/create.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index fe266e7e0..d9a138369 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -65,6 +65,10 @@ <b>Please do not use temporary/throwaway email addresses to register, they cause too many mail bounces later when developers follow up bugs.</b> </p> +<p class="warning"> +To prevent spam, new accounts are forbidden from posting URLs in comments +for the first 24 hours. We are sorry for the inconvenience. +</p> [% END %] <form id="account_creation_form" method="get" action="createaccount.cgi"> |