mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Remove small ambiguity in docs (#2823)
Nonexistent `idm_people_self_write_mail_priv` is used in the example instead of the correct `idm_people_self_write_mail`.
This commit is contained in:
parent
b074330ac5
commit
1416a5c92f
|
@ -114,5 +114,5 @@ Adding the user to the `idm_people_self_write_mail` group, as shown below, allow
|
|||
their own mail.
|
||||
|
||||
```bash
|
||||
kanidm group add-members idm_people_self_write_mail_priv demo_user --name idm_admin
|
||||
kanidm group add-members idm_people_self_write_mail demo_user --name idm_admin
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue