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