Hi!
I was translating strings for my next drupal project (have some problems translating nodes by the way, but that's my next task), I found the following text: "The e-mail address is not made public" and it was hard coded in two modules:

  • modules/user.module:1297
  • modules/contact.module:125

As I see it, this is a decision that should be in the privacy policies of the site, and independent to modules drupal, although i know not giving away users email is the way to go, particularly on a social network project as I am working on.

Opinions?

Comments

pwolanin’s picture

I'm not sure I understand you question, but this may be relevant: http://drupal.org/node/58224

---
Work: BioRAFT

billmurphy’s picture

Not exactly, i´m just asking if we should remove site policies from the core of drupal.