-
-
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
the user always may modify their additional emails #28828
Conversation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
/compile /apps/settings |
/backport to stable22 |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose after this change is there no way anymore to disable changing mail addresses?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
allow_user_to_change_display_name
is supposed to only lock the display name and system mail address.
I trust you on that even if it's kind of strange that is has an effect on the system mail address.
Code looks good.
yeah the name of this setting is misleading |
The system email address maybe changed or not. Either by this configuration flag ( But the additional email addresses work independent from it, are user controlled and can always be set. The latter was not possible for it was part of that generic if-statement. |
Fine by me then 👍 |
The backport to stable22 failed. Please do this backport manually. |
allow_user_to_change_display_name
is supposed to only lock the display name and system mail address.