Skip to content

Commit

Permalink
(re)added login_redirect_url
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
  • Loading branch information
seocam committed Sep 4, 2015
1 parent fbf1365 commit eae398a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def get_env_setting(setting):

LOGIN_URL = '/account/login'
LOGOUT_URL = '/account/logout'
LOGIN_REDIRECT_URL = '/'

REVPROXY_ADD_REMOTE_USER = True

Expand Down

0 comments on commit eae398a

Please sign in to comment.