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 William Brown
parent c464f0bd9e
commit a2119c54c5

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