By billmurphy on
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
I'm not sure I understand
I'm not sure I understand you question, but this may be relevant: http://drupal.org/node/58224
---
Work: BioRAFT
Not exactly, i´m just
Not exactly, i´m just asking if we should remove site policies from the core of drupal.