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
# This is a transition state. The user is registered but not confirmed. NOTE that state is optional depending on LOGIN_REGISTRATION_CONFIRMATION_REQUIRED
55
55
CONFIRMATION_PENDING="CONFIRMATION_PENDING"
56
-
# user is confirmed and can use the platform
56
+
# This user can now operate the platform
57
57
ACTIVE="ACTIVE"
58
-
# user is not authorized because it expired after a trial period
58
+
# This user is inactive because it expired after a trial period
59
59
EXPIRED="EXPIRED"
60
-
# user is not authorized
60
+
# This user is inactive because he has been a bad boy
61
61
BANNED="BANNED"
62
-
# this account is marked for deletion
62
+
# This user is inactive because it was marked for deletion
0 commit comments