Gets the user states set correctly

This commit is contained in:
Shannon
2017-06-23 15:14:46 +10:00
parent ea2f808c1e
commit d936105cfe
4 changed files with 29 additions and 15 deletions

View File

@@ -9,6 +9,11 @@
Active = 0,
Disabled = 1,
LockedOut = 2,
Invited = 3
Invited = 3,
/// <summary>
/// Occurs when the user has been created (not invited) and has no credentials assigned
/// </summary>
NoCredentials = 4
}
}