Files
mostlymatter/cmd
Agniva De Sarker d8b94836cf MM-32471: Use created user to update roles (#16895)
During user creation via CLI, we would create the user,
but pass the user ID instead when updating the roles.

This falls into the category of read-after-write within a single request.
We fix this by passing the already created user and
directly update the roles.

https://mattermost.atlassian.net/browse/MM-32471

```release-note
NONE
```
2021-02-10 23:41:34 +05:30
..