AuthenticationStatus Enumeration CelloSaaS API Documentation
Authentication Status enumerator

Namespace: CelloSaaS.BusinessEdition
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public enum AuthenticationStatus
Members

  Member nameValueDescription
Success0 Login success and Auth Cookie set
InvalidUserOrPassword1 No such user in the system or invalid password
InvalidTenantLicense2 Tenant does not have valid license or license expired/deactivated
PasswordChangeForced3 User must change password
FirstTimeUser4 User must change password
NoRoles5 User does not have any active roles to login to the system
UserLocked6 User was locked by admin or wrong password attempt count reached max
UserDeactivated7 User was deactivated by the admin
TenantLocked8 Tenant was locked
Unknown9 Oops!
See Also