Skip to content

Commit bc90359

Browse files
update users to highlight statuses. (#334)
* update users to highlight statuses. * Apply suggestions from code review apply all suggestions from Alice Co-authored-by: Alice Debra <alice.debra@filigran.io> --------- Co-authored-by: Alice Debra <alice.debra@filigran.io>
1 parent 3d26460 commit bc90359

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/administration/users.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ When access to a user, it is possible to:
116116
* Manage its triggers and digests
117117
* Visualize the history and operations
118118
* Manage its max confidence levels
119+
* Manage its status
119120

120121
![User overview](assets/user-overveiw-new.png)
121122

@@ -134,6 +135,18 @@ From this view you can edit the user's information by clicking the "Update" butt
134135
A user without Max confidence level won't have the ability to create, delete or update any data in our platform. Please be sure that your users are always either assigned to group that have a confidence level defined or that have an override of this group confidence level.
135136

136137
<a id="group-section"></a>
138+
139+
#### Account status
140+
141+
Account status can have four values:
142+
143+
* Active: a user active will be able to log in
144+
* Inactive: an inactive user will not be able to log in
145+
* Locked: a locked user will not be able to log in
146+
* Expired: an expired user will not be able to log in. A user can be in an expired state because an **Account Expiry Date** has been defined for this user, and we are past this date. It ensures automatically that the user will not be able to log in after that date.
147+
148+
Only the expired status can be automatically set (given the account expiry date). The other statuses can be set manually or through mass operations within the user management screen.
149+
137150
## Groups
138151

139152
Groups are the main way to manage permissions and [data segregation](segregation.md) as well as platform customization for the given users part of this group. You can manage the groups in `Settings > Security > Groups`.

0 commit comments

Comments
 (0)