]> source.dussan.org Git - nextcloud-server.git/commit
Fix the user email issue while creating a user 23203/head
authorSujith Haridasan <sujith.h@gmail.com>
Mon, 5 Oct 2020 10:39:00 +0000 (16:09 +0530)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 5 Oct 2020 19:34:24 +0000 (19:34 +0000)
commitc998209ec10b4b7bb75b102d6a4a162a86e4079c
tree5160230a48679f5509cf99171ed5f45459047725
parent4f5a24bb50ad2eac43cac44b6f9b2052a7ae092f
Fix the user email issue while creating a user

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>
apps/provisioning_api/lib/Controller/UsersController.php
apps/provisioning_api/tests/Controller/UsersControllerTest.php