# HG changeset patch
# User raph
# Date 1260457917 -3600
# Node ID c271321467672b577a07533fa06cfcbeb38a2d0d
# Parent c13c0e78b0ca1f6c48573958a603e8644f045d7d
add setting to hide emails in admin page
diff -r c13c0e78b0ca -r c27132146767 src/cm/cm_settings.py
--- a/src/cm/cm_settings.py Thu Dec 10 15:07:47 2009 +0100
+++ b/src/cm/cm_settings.py Thu Dec 10 16:11:57 2009 +0100
@@ -20,4 +20,7 @@
NO_SECURITY = get_setting('NO_SECURITY', False)
# should every contributor be registered to notifications automatically
-AUTO_CONTRIB_REGISTER = get_setting('AUTO_CONTRIB_REGISTER', False)
\ No newline at end of file
+AUTO_CONTRIB_REGISTER = get_setting('AUTO_CONTRIB_REGISTER', False)
+
+# show email in user list
+SHOW_EMAILS_IN_ADMIN = get_setting('SHOW_EMAILS_IN_ADMIN', True)
\ No newline at end of file
diff -r c13c0e78b0ca -r c27132146767 src/cm/templates/site/user_list.html
--- a/src/cm/templates/site/user_list.html Thu Dec 10 15:07:47 2009 +0100
+++ b/src/cm/templates/site/user_list.html Thu Dec 10 16:11:57 2009 +0100
@@ -130,7 +130,7 @@