Patch #2197
protect user email from spmamer
Status: | Reopened | Start date: | 2008-11-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | - |
Description
Orignal file app/views/account/show.rhtml
A simple way to hidden users' email from spmamer :)
History
#1
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Closed
Email address obfuscated in r2072 using javascript (Rails helper).
#2
Updated by Anh Kỳ Huỳnh about 13 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