Patch #1670
closedLink user email addresses in User Administration
0%
Description
This patch will link user email addresses in the User Administration list (e.g. http://your-redmine-url.com/users). Email addresses are encoded by JavaScrpt so they cannot be crawled.
Files
Updated by Jean-Philippe Lang over 16 years ago
Javascript encoding could be applied in account/show but I'm not sure that's worth on the user administration screen. You'd be in trouble if your admin pages are crawled. A simple mail_to should be OK.
WDYT ?
Updated by Eric Davis over 16 years ago
Jean-Philippe Lang wrote:
Javascript encoding could be applied in account/show but I'm not sure that's worth on the user administration screen. You'd be in trouble if your admin pages are crawled. A simple mail_to should be OK.
But I really wanted to try out the mail_to
helper. A basic mailto would be fine.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
mailto link added on administration user list in r1687.