Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 97aa9fd

Browse files
authored
Cleanup (#79)
1 parent ae8e547 commit 97aa9fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,15 +369,15 @@ Any user with the `superadmin` role will have immediate access to any permission
369369

370370
#### Role management commands
371371

372-
The roles are stored in [User's property](https://documentation.platformos.com/developer-guide/users/user#adding-properties-to-the-user) named `roles`.
372+
The user module automatically creates a profile for each registered user. Each profile can be assigned a set of roles.
373373

374-
You can append role using the `append` command:
374+
You can append a role using the `append` command:
375375

376376
```liquid
377377
function result = 'modules/user/commands/profiles/roles/append', id: 1, role: "admin"
378378
```
379379

380-
You can remove role using the `remove` command:
380+
You can remove a role using the `remove` command:
381381

382382
```liquid
383383
function result = 'modules/user/commands/profiles/roles/remove', id: 1, role: "admin"

0 commit comments

Comments
 (0)