Remove anonymous user support

This commit is contained in:
Roberto Rosario
2015-07-01 02:45:58 -04:00
parent 48a4e95cf0
commit f65fb2cd6c
7 changed files with 5 additions and 54 deletions

View File

@@ -6,4 +6,3 @@ from smart_settings import Namespace
namespace = Namespace(name='authentication', label=_('Authentication'))
setting_login_method = namespace.add_setting(global_name='AUTHENTICATION_LOGIN_METHOD', default='username', help_text=_('Controls the mechanism used to authenticated user. Options are: username, email'))
setting_allow_anonymous_access = namespace.add_setting(global_name='AUTHENTICATION_ALLOW_ANONYMOUS_ACCESS', default=False, help_text=_('Allow non authenticated users, access to all views'))