-
-
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
Revive the "send email to new users" toggle for the user form #19664
Revive the "send email to new users" toggle for the user form #19664
Conversation
5c09e1b
to
1606636
Compare
1606636
to
8ab9daf
Compare
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
8ab9daf
to
d47daef
Compare
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.
Seems to do the trick!
/backport to stable17 |
/backport to stable18 |
The backport to stable17 failed. Please do this backport manually. |
The backport to stable18 failed. Please do this backport manually. |
* | ||
* @return JSONResponse | ||
*/ | ||
public function setPreference(string $key, string $value): JSONResponse { |
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.
We have an ocs api to set app configs. It even comes with a nice JS api for it
/backport to stable-16 |
/backport to stable16 |
The backport to stable16 failed. Please do this backport manually. |
/backport to stable16 |
The backport to stable16 failed. Please do this backport manually. |
We don't need this in 16. |
ok :) |
Fixes #11172
This is the minimalist version, so we can easily backport it. Someone can later integrate this better into the new form.
Todo