equal
deleted
inserted
replaced
19 # option to bypass all security checks |
19 # option to bypass all security checks |
20 NO_SECURITY = get_setting('NO_SECURITY', False) |
20 NO_SECURITY = get_setting('NO_SECURITY', False) |
21 |
21 |
22 # should every contributor be registered to notifications automatically |
22 # should every contributor be registered to notifications automatically |
23 AUTO_CONTRIB_REGISTER = get_setting('AUTO_CONTRIB_REGISTER', False) |
23 AUTO_CONTRIB_REGISTER = get_setting('AUTO_CONTRIB_REGISTER', False) |
|
24 |
|
25 # show email in user list |
|
26 SHOW_EMAILS_IN_ADMIN = get_setting('SHOW_EMAILS_IN_ADMIN', True) |