Browse Source

update role doc according to new feature

Guénaël Muller 6 years ago
parent
commit
e55c7947a8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      backend/doc/roles.md

+ 2 - 1
backend/doc/roles.md View File

@@ -22,7 +22,8 @@ The other is workspace related and is called "workspace role".
22 22
 | invite user to tracim         |  no         | yes, if manager of a given workspace         | yes     |
23 23
 |-------------------------------|-------------|-------------|---------|
24 24
 | set user global profile rights|  no         | no          | yes     |
25
-| deactivate user               |  no         | no          | yes     |
25
+| activate/deactivate user      |  no         | no          | yes     |
26
+  delete user/ undelete user    |  no         | no          | yes     |
26 27
 |-------------------------------|-------------|-------------|---------|
27 28
 | access to all user data (/users/{user_id} endpoints) |personal-only|personal-only| yes     |
28 29