Skip to content

Conversation

@nickvergessen
Copy link
Member

Method in question:

/**
* @PasswordConfirmationRequired
* @NoAdminRequired
*
* @param string $userid
* @param string $password
* @param string $displayName
* @param string $email
* @param array $groups
* @param array $subadmins
* @param string $quota
* @param string $language
* @return DataResponse
* @throws OCSException
*/
public function addUser(string $userid,
string $password = '',
string $displayName = '',
string $email = '',
array $groups = [],
array $subadmin = [],
string $quota = '',
string $language = ''): DataResponse {

@nickvergessen nickvergessen added bug 3. to review Waiting for reviews labels Jan 10, 2019
@nickvergessen nickvergessen added this to the Nextcloud 16 milestone Jan 10, 2019
@nickvergessen
Copy link
Member Author

/backport to stable15

@nickvergessen
Copy link
Member Author

/backport to stable14

@nickvergessen
Copy link
Member Author

/backport to stable13

@rullzer rullzer merged commit b8b650a into master Jan 10, 2019
@rullzer rullzer deleted the bugfix/noid/dont-log-parameters-on-user-creation-in-case-of-error branch January 10, 2019 11:36
@backportbot-nextcloud
Copy link

backport to stable15 in #13479

@backportbot-nextcloud
Copy link

backport to stable14 in #13480

@backportbot-nextcloud
Copy link

The backport to stable13 failed. Please do this backport manually.

@MorrisJobke
Copy link
Member

The backport to stable13 failed. Please do this backport manually.

@nickvergessen Mind to do this as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants