mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Optional setting to disable the auto password generation for Service Accounts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user