Ticket #9057: 9057.1.patch
File 9057.1.patch, 576 bytes (added by , 16 years ago) |
---|
-
django/conf/global_settings.py
a b LOGIN_REDIRECT_URL = '/accounts/profile/' 375 375 # The number of days a password reset link is valid for 376 376 PASSWORD_RESET_TIMEOUT_DAYS = 3 377 377 378 # The class to use as the default AUTH_USER for the authentication system. 379 AUTH_USER_MODULE = 'django.contrib.auth.default_user.DefaultUser' 380 381 # Trigger superuser creation after syncdb 382 AUTH_AUTO_CREATE_SUPERUSER = True 383 384 # Trigger permissions creation after syncdb 385 AUTH_AUTO_CREATE_PERMISSIONS = True 386 378 387 ########### 379 388 # TESTING # 380 389 ###########