src/cm/cm_settings.py
changeset 44 c27132146767
parent 0 40c8f766c9b8
child 228 3a0f8b54a151
--- 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