X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=apps%2Fsettings.py;h=d5595e01013054423519cd805e99f16f59f6fc4c;hp=f56da70ea02b871ce84dc816283c430cbf3a3328;hb=f94d40159168d0811de576328b77fd2a553039af;hpb=e84c31852aae3d1c79fe3cbb1aea2ca9646197ef diff --git a/apps/settings.py b/apps/settings.py index f56da70..d5595e0 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -64,7 +64,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'apps.urls' -LOGIN_URL = '/accounts/login' +LOGIN_URL = '/user/login/' LOGIN_REDIRECT_URL = '/user/' # If you change the ROOT_DIR setting in your local_settings.py, you'll need to @@ -96,13 +96,14 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.admin', 'patchwork', - 'registration', ) DEFAULT_PATCHES_PER_PAGE = 100 DEFAULT_FROM_EMAIL = 'Patchwork ' -ACCOUNT_ACTIVATION_DAYS = 7 +CONFIRMATION_VALIDITY_DAYS = 7 + +NOTIFICATION_DELAY_MINUTES = 10 # Set to True to enable the Patchwork XML-RPC interface ENABLE_XMLRPC = False