diff --git a/website/docs/user-group/user.md b/website/docs/user-group/user.md index ae71946e5..369205bea 100644 --- a/website/docs/user-group/user.md +++ b/website/docs/user-group/user.md @@ -12,6 +12,18 @@ Paths can be used to organize users into folders depending on which source creat ## Attributes +### `goauthentik.io/user/can-change-username` + +Optional flag, when set to false prevents the user from changing their own username. + +### `goauthentik.io/user/can-change-name` + +Optional flag, when set to false prevents the user from changing their own name. + +### `goauthentik.io/user/can-change-email` + +Optional flag, when set to false prevents the user from changing their own email address. + ### `goauthentik.io/user/token-expires`: Optional flag, when set to false, Tokens created by the user will not expire.