Actions
Patch #2197
closedprotect user email from spmamer
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
2008-11-15
Due date:
% Done:
0%
Estimated time:
Description
Orignal file app/views/account/show.rhtml
A simple way to hidden users' email from spmamer :)
Files
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
Email address obfuscated in r2072 using javascript (Rails helper).
Updated by Anh Kỳ Huỳnh almost 15 years ago
- Status changed from Closed to Reopened
The following line will show user emails to the world via RSS feed
# file: views/common/feed.atom.xml xml.email(author.mail) if author.is_a?(User) && !author.mail.blank? && !author.pref.hide_mail
Actions