diff --git a/manual/config/roles_permissions.md b/manual/config/roles_permissions.md index 085e14dd..22abf89d 100644 --- a/manual/config/roles_permissions.md +++ b/manual/config/roles_permissions.md @@ -4,7 +4,7 @@ You can add/edit roles and permission for users. A role is just a group of users - `role_quota` is used to set quota for a certain role of users. For example, we can set the quota of employee to 100G by adding `'role_quota': '100g'`, and leave other role of users to the default quota. - !!! tip "After set `role_quote`, it will take affect once a user with such a role loggin into Seafile. You can also manually change `seafile-db.RoleQuota`, if you want to see the effect immediately. + !!! tip "After set `role_quote`, it will take affect once a user with such a role login into Seafile. You can also manually change `seafile-db.RoleQuota`, if you want to see the effect immediately. - `can_add_public_repo` is to set whether a role can create a public library, default is `False`.