Skip to content
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

Closed
wants to merge 1 commit into from

Commits on Sep 1, 2022

  1. Added parameter to disallow changing additional e-mail addresses

    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
    pboguslawski committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    79589ab View commit details
    Browse the repository at this point in the history