Add LOGIN_URL

This commit is contained in:
2010-03-05 02:07:47 +01:00
parent ea2f9f6df3
commit c0427ecdd7

View File

@@ -90,6 +90,7 @@ DISABLE_SERVICES = False
AUTH_PROFILE_MODULE = 'sso.SSOUser'
LOGIN_REDIRECT_URL = "/profile"
LOGIN_URL = "/login"
### Jabber Service Settings