Allow to disable changing additional e-mail addresses
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
https://github.com/nextcloud/server/commit/eb98e99530aaf430cd8759b1ade94e2686a06920 introduced allow_user_to_change_email to disallow user modify their primary e-mail address but user still may modify their additional e-mail addresses when allow_user_to_change_email is disabled which may be undesirable (i.e. when user's data is populated from LDAP).
Describe the solution you'd like
Please consider disabling also additional e-mail addresses changing with the same parameter or with separate parameter i.e. allow_to_change_additional_emails as proposed in https://github.com/nextcloud/server/pull/33795
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review commit eb98e99530aaf430cd8759b1ade94e2686a06920 and pull request #33795, then trace how allow_user_to_change_email controls primary address changes. Determine whether additional addresses should follow that setting or use a separate parameter, and verify that the selected behavior prevents unwanted changes when directory data is authoritative.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100