Actions
Feature #4272
openBetter SPAM protection
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12.10.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Description
Hi
On public instances it might be important to care about who can access to our mail address. For example bot can get tooltip(on repo owner) content where we have email address.
Here is a fragment of our home page:
<div class=\"rc-user tooltip\" title=\"RhodeCode Admin &lt;alexis.jeandet@member.fsf.org&gt;\">\n
On redmine we can choose to hide our mail address as user, it could be a good solution. Using reCAPTCHA might also be nice since we would allow humans to contact us.
Best regards.
Updated by Marcin Kuzminski [CTO] about 8 years ago
Hi Alexis,
We'll think about a good option for the hide email.
In regards to re-captch you can already now enable it, and protect the password reset/registartion pages with it.
Updated by Alexis Jeandet about 8 years ago
Hi Marcin,
Nice, thanks.
We already use re-captcha for password reset/registration pages, it is a nice feature.
Actions