Skip to content

Commit

Permalink
rename username
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Jan 7, 2025
1 parent 67d9c1e commit 8199833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ For "things" service, the response should look like this:
SuperMQ has two options for user creation. Either the `<user_token>` is provided or not. If the `<user_token>` is provided then the created user will be owned by the user identified by the `<user_token>`. Otherwise, when the token is not used, since everybody can create new users, the user will not have an owner. However, the token is still required, in order to be consistent. For more details, please see [Authorization page](authorization.md).

```bash
supermq-cli users create <first_name> <last_name> <user_email> <user_name> <user_password>
supermq-cli users create <first_name> <last_name> <user_email> <username> <user_password>

supermq-cli users create <first_name> <last_name> <user_email> <user_name> <user_password> <user_token>
supermq-cli users create <first_name> <last_name> <user_email> <username> <user_password> <user_token>
```

#### Login User
Expand Down

0 comments on commit 8199833

Please sign in to comment.