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

Conversation

pboguslawski
Copy link
Contributor

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: #26866
Author-Change-Id: IB#1124888

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
@szaimen szaimen added this to the Nextcloud 25 milestone Sep 1, 2022
@szaimen szaimen added enhancement 3. to review Waiting for reviews labels Sep 1, 2022
This was referenced Sep 1, 2022
@blizzz blizzz mentioned this pull request Sep 9, 2022
@skjnldsv skjnldsv mentioned this pull request Sep 15, 2022
This was referenced Sep 20, 2022
@blizzz blizzz modified the milestones: Nextcloud 25, Nextcloud 26 Sep 22, 2022
@blizzz blizzz mentioned this pull request Feb 1, 2023
@skjnldsv skjnldsv mentioned this pull request Feb 23, 2023
@blizzz blizzz mentioned this pull request Mar 7, 2023
@blizzz blizzz modified the milestones: Nextcloud 26, Nextcloud 27 Mar 9, 2023
This was referenced May 3, 2023
@blizzz blizzz mentioned this pull request May 17, 2023
@blizzz blizzz modified the milestones: Nextcloud 27, Nextcloud 28 May 23, 2023
@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzz blizzz removed this from the Nextcloud 28 milestone Nov 23, 2023
@blizzz blizzz added this to the Nextcloud 29 milestone Nov 23, 2023
This was referenced Mar 12, 2024
This was referenced Mar 20, 2024
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
81 tasks
@skjnldsv skjnldsv modified the milestones: Nextcloud 29, Nextcloud 30 Mar 28, 2024
@joshtrichards joshtrichards added feature: users and groups feature: profile PRs or issues related to the Profile feature (e.g. Profile page, API, etc.) labels May 13, 2024
This was referenced Jul 30, 2024
@Altahrim Altahrim mentioned this pull request Aug 5, 2024
@skjnldsv skjnldsv added 2. developing Work in progress stale Ticket or PR with no recent activity and removed 3. to review Waiting for reviews labels Aug 6, 2024
@Altahrim Altahrim mentioned this pull request Aug 7, 2024
@skjnldsv skjnldsv mentioned this pull request Aug 13, 2024
@skjnldsv skjnldsv closed this Aug 14, 2024
@skjnldsv skjnldsv removed this from the Nextcloud 30 milestone Aug 14, 2024
@skjnldsv
Copy link
Member

Hi @pboguslawski!
As this sounds like a nice feature, the requests for this are quite low. Currently there a no plans to implement such a feature. Thus I will close this ticket for now. This does not mean we don't want this feature, but it is simply not on our roadmap for the near future.

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 config:system:set to be defined. It's best to have an appropriate visible way to do so :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress enhancement feature: profile PRs or issues related to the Profile feature (e.g. Profile page, API, etc.) feature: users and groups stale Ticket or PR with no recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants