-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added parameter to disallow changing additional e-mail addresses #33795
Conversation
Added config parameter `allow_to_change_additional_emails` to disallow changing additional e-mail addresses (i.e. when LDAP DB should be the only source of user e-mail addresses). Use ``` config:system:set allow_to_change_additional_emails --value='false' --type=boolean ``` to disallow and ``` config:system:set allow_to_change_additional_emails --value='true' --type=boolean ``` to allow changing additional user e-mail addresses. Related: nextcloud#26866 Author-Change-Id: IB#1124888
Hi @pboguslawski! If you want to resume your work on this, I would suggest to add a dedicated UI so we can work this out. We tend to avoid relying on hidden config like those which require an occ |
Added config parameter
allow_to_change_additional_emails
to disallowchanging additional e-mail addresses (i.e. when LDAP DB should be
the only source of user e-mail addresses). Use
to disallow and
to allow changing additional user e-mail addresses.
Related: #26866
Author-Change-Id: IB#1124888