Optional setting to disable the auto password generation for Service Accounts

This commit is contained in:
2010-04-03 20:55:56 +01:00
parent 3854aca02d
commit 004fe1d6c8
3 changed files with 14 additions and 1 deletions

View File

@@ -85,6 +85,9 @@ INSTALLED_APPS = (
# Disable the service API, used for data imports
DISABLE_SERVICES = False
# Services API generates a new password for the user
GENERATE_SERVICE_PASSWORD = False
AUTH_PROFILE_MODULE = 'sso.SSOUser'
LOGIN_REDIRECT_URL = "/profile"
LOGIN_URL = "/login"