diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:38:30 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:38:30 +0000 |
commit | 02947bafeb8d2b2841f3e19df380ca47efbad125 (patch) | |
tree | 46016dfd82a5069ff1784ec0c594a7aa02622be0 /docs | |
parent | ad730c2135858cbc3a050d89a8d67b406d1b4802 (diff) | |
download | pleroma-02947bafeb8d2b2841f3e19df380ca47efbad125.tar.gz pleroma-02947bafeb8d2b2841f3e19df380ca47efbad125.zip |
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 4dacf3bb2..3966346a3 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -76,7 +76,7 @@ To add configuration to your config file, you can copy it from the base config. * `:users_manage_tags` * Allows admins to set and remove tags for users. This can be useful in combination with MRF policies, such as `Pleroma.Web.ActivityPub.MRF.TagPolicy`. * `:users_manage_credentials` - * Allows you to trigger a password reset and set new credentials + * Allows admins to trigger a password reset and set new credentials for an user. * `:users_delete` * Allows you to delete accounts. Note that deleting an account is actually deactivating it and removing all data like posts, profile information, etc. * `:messages_read` |