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
At the moment there is no way to 'block' a user in Lagoon, instead you must remove all of their groups to effectively revoke access. This is not ideal as you are altering the user object and making things like auditing harder in the future. It also is harder to re-instate the user in the future (in the case the block was temporary).
Ideal solution
There is an additional attribute on a user object active to which is 1 for OK, and 0 for blocked. If blocked, the user cannot login to Lagoon, nor will their GraphQL user JWTs work.
The text was updated successfully, but these errors were encountered:
Describe the feature
At the moment there is no way to 'block' a user in Lagoon, instead you must remove all of their groups to effectively revoke access. This is not ideal as you are altering the user object and making things like auditing harder in the future. It also is harder to re-instate the user in the future (in the case the block was temporary).
Ideal solution
There is an additional attribute on a user object
active
to which is1
for OK, and0
for blocked. If blocked, the user cannot login to Lagoon, nor will their GraphQL user JWTs work.The text was updated successfully, but these errors were encountered: