fixes UserState values to be what they were before
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
/// </summary>
|
||||
public enum UserState
|
||||
{
|
||||
All = 0,
|
||||
Active = 1,
|
||||
Disabled = 2,
|
||||
LockedOut = 3,
|
||||
Invited = 4
|
||||
All = -1,
|
||||
Active = 0,
|
||||
Disabled = 1,
|
||||
LockedOut = 2,
|
||||
Invited = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user