-
-
Couldn't load subscription status.
- Fork 4.6k
Fix the user email issue while creating a user #23182
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
Conversation
When the user is created, the provisioning api was not adding the email address of the user when provided if the `send email to new user` is not set. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
SummaryThe email address of the user was not updated in the backend when DescriptionWhen user unchecks the Issue: #21577 TestsUpdated the existing unit test. Screenshot of working: |
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.
Code wise makes sense
|
CI failure is fixed with #23193 |
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
|
/backport to stable20 |
|
/backport to stable19 |
|
/backport to stable18 |

When the user is created, the provisioning api
was not adding the email address of the user
when provided if the
send email to new useris not set.
Signed-off-by: Sujith Haridasan sujith.h@gmail.com