Skip to content

Commit

Permalink
added missing constant 'LOGIN_PENDING_APPROVAL'
Browse files Browse the repository at this point in the history
  • Loading branch information
skrchnavy committed Aug 1, 2017
1 parent 1f04561 commit c14a13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
define('LOGIN_DISABLED', -3);
define('LOGIN_CANT_CHANGE_PASSWORD', -4);
define('LOGIN_ROOT_ONLY', -5);
define('LOGIN_PENDING_APPROVAL', -6);

/* Add User status flags. */
define('ADD_USER_SUCCESS', 1);
Expand Down

0 comments on commit c14a13e

Please sign in to comment.