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:
boogiewoogie 2024-06-06 23:51:12 +02:00 committed by GitHub
parent b074330ac5
commit 1416a5c92f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```