Allow disabling of "Your password or email was modified" email alerts.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
I am using the Nextcloud API to manage users from another application. Every time it refreshes their info, they are alerted that their password has changed. This is highly redundant in my case as they already know this from the other system.
Why arbitrarily block changing some email or push settings? If I want to do weird/dumb things, I should be allowed. :-)
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
Start by tracing the Nextcloud API path that refreshes user information and the code that sends the “Your password or email was modified” alert. Determine where an opt-out can be applied without suppressing unrelated notifications; done means API-driven refreshes can disable this alert while ordinary changes still behave as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100