mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
s/idm_people_self_write_mail/idm_people_self_mail_write/g (#3250)
This commit is contained in:
parent
a5adf8bcad
commit
974fec1d93
|
@ -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.
|
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.
|
their own mail.
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue