Commit eae398a90fe856dc3b5f50aaf08b3c129856ed64
1 parent
fbf13657
Exists in
master
and in
21 other branches
(re)added login_redirect_url
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/settings.py
@@ -243,6 +243,7 @@ MAILMAN_API_URL = 'http://localhost:8124/v2/' | @@ -243,6 +243,7 @@ MAILMAN_API_URL = 'http://localhost:8124/v2/' | ||
243 | 243 | ||
244 | LOGIN_URL = '/account/login' | 244 | LOGIN_URL = '/account/login' |
245 | LOGOUT_URL = '/account/logout' | 245 | LOGOUT_URL = '/account/logout' |
246 | +LOGIN_REDIRECT_URL = '/' | ||
246 | 247 | ||
247 | REVPROXY_ADD_REMOTE_USER = True | 248 | REVPROXY_ADD_REMOTE_USER = True |
248 | 249 |