Skip to content

Commit

Permalink
Removed old settings and fixed login/logout URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
  • Loading branch information
seocam committed Sep 4, 2015
1 parent 6476304 commit fbf1365
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions colab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,8 @@ def get_env_setting(setting):
# Mailman API settings
MAILMAN_API_URL = 'http://localhost:8124/v2/'

LOGIN_URL = '/user/login'
LOGIN_REDIRECT_URL = '/'
LOGIN_REDIRECT_URL_FAILURE = '/?bid_login_failed=true'
LOGOUT_REDIRECT_URL = '/'
LOGIN_URL = '/account/login'
LOGOUT_URL = '/account/logout'

REVPROXY_ADD_REMOTE_USER = True

Expand Down

0 comments on commit fbf1365

Please sign in to comment.