You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: docs/administration/users.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ When access to a user, it is possible to:
116
116
* Manage its triggers and digests
117
117
* Visualize the history and operations
118
118
* Manage its max confidence levels
119
+
* Manage its status
119
120
120
121

121
122
@@ -134,6 +135,18 @@ From this view you can edit the user's information by clicking the "Update" butt
134
135
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.
135
136
136
137
<aid="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
+
137
150
## Groups
138
151
139
152
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