mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Merge pull request #578 from haiwen/enable-sso-user-change-pwd-notes
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Update seahub_settings_py.md
This commit is contained in:
commit
951a4eeb51
|
|
@ -441,6 +441,10 @@ LIBRARY_TEMPLATES = {
|
|||
# Since version 6.2.11
|
||||
ENABLE_CHANGE_PASSWORD = True
|
||||
|
||||
# Enable a user associated with SSO account to change/reset local password in 'settings' page. Default to `True`.
|
||||
# Change it to false to disable SSO account to change local password
|
||||
ENABLE_SSO_USER_CHANGE_PASSWORD = True
|
||||
|
||||
# If show contact email when search user.
|
||||
ENABLE_SHOW_CONTACT_EMAIL_WHEN_SEARCH_USER = True
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue