Patch #2197
closed
protect user email from spmamer
Added by Anh Kỳ Huỳnh about 16 years ago.
Updated 10 months ago.
Category:
Email notifications
Description
Orignal file app/views/account/show.rhtml
A simple way to hidden users' email from spmamer :)
Files
- Status changed from New to Closed
Email address obfuscated in r2072 using javascript (Rails helper).
- 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
- Status changed from Reopened to Closed
Anh Kỳ Huỳnh wrote in #note-2:
The following line will show user emails to the world via RSS feed
[...]
Atom feeds don't disclose email addresses unless the user chooses to show their email address in "My account" page.
Also available in: Atom
PDF