change login url

This commit is contained in:
2021-02-02 19:30:26 +00:00
parent 74b4994c10
commit c468eb7825

View File

@@ -250,3 +250,6 @@ EMAIL_USE_TLS = True
CRONJOBS = [
("0 16 * * *", "posts.cronjobs.check_to_send_agenda_mail"),
]
# AUTHENTICATIONS
LOGIN_URL = '/auth/login'