From 974fec1d93ef8c65817db65b48c5965c6f140ffe Mon Sep 17 00:00:00 2001 From: George Wu Date: Fri, 29 Nov 2024 15:13:34 -0800 Subject: [PATCH] s/idm_people_self_write_mail/idm_people_self_mail_write/g (#3250) --- book/src/accounts/people_accounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/accounts/people_accounts.md b/book/src/accounts/people_accounts.md index cd3e7a3a6..0a7074bb0 100644 --- a/book/src/accounts/people_accounts.md +++ b/book/src/accounts/people_accounts.md @@ -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 ```