diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index 3d5eae0d..575fb8d4 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -250,3 +250,6 @@ EMAIL_USE_TLS = True CRONJOBS = [ ("0 16 * * *", "posts.cronjobs.check_to_send_agenda_mail"), ] + +# AUTHENTICATIONS +LOGIN_URL = '/auth/login'