@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | const STATUS_ANY = null; |
| 23 | 23 | const STATUS_NEW = 1; // not veriefoed user |
| 24 | - const STATUS_ACTIVE = 2; // this is the "good" state |
|
| 24 | + const STATUS_ACTIVE = 2; // this is the "good" state |
|
| 25 | 25 | const STATUS_DISCARDED = 4; // user logged out or changed password |
| 26 | 26 | const STATUS_BLOCKED = 8; // someone tried to us an invalid auth cookie |
| 27 | 27 | const STATUS_EXPIRED = 16; |