Merge pull request #578 from haiwen/enable-sso-user-change-pwd-notes
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled

Update seahub_settings_py.md
This commit is contained in:
Daniel Pan 2025-07-14 13:50:55 +08:00 committed by GitHub
commit 951a4eeb51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```