s/idm_people_self_write_mail/idm_people_self_mail_write/g (#3250)

This commit is contained in:
George Wu 2024-11-29 15:13:34 -08:00 committed by GitHub
parent a5adf8bcad
commit 974fec1d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,9 +110,9 @@ These validity settings impact all authentication functions of the account (kani
By default, Kanidm allows an account to change some attributes, but not their mail address.
Adding the user to the `idm_people_self_write_mail` group, as shown below, allows the user to edit
Adding the user to the `idm_people_self_mail_write` group, as shown below, allows the user to edit
their own mail.
```bash
kanidm group add-members idm_people_self_write_mail demo_user --name idm_admin
kanidm group add-members idm_people_self_mail_write demo_user --name idm_admin
```