diff options
author | friendica <info@friendica.com> | 2013-02-08 03:51:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-08 03:51:31 -0800 |
commit | 62afdf38202ee9f09011bef599506e3a5ee37528 (patch) | |
tree | d13030c2401df0190083deeff9757ae2d56f54ac /boot.php | |
parent | 07e0ffd7c77f3e015feb3a109012b10db5275a0a (diff) | |
download | volse-hubzilla-62afdf38202ee9f09011bef599506e3a5ee37528.tar.gz volse-hubzilla-62afdf38202ee9f09011bef599506e3a5ee37528.tar.bz2 volse-hubzilla-62afdf38202ee9f09011bef599506e3a5ee37528.zip |
more register_approve stuff - like the admin page. Hopefully this won't conflict with Thomas's admin page "list users" changes
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -363,6 +363,7 @@ define ( 'ACCOUNT_UNVERIFIED', 0x0001 ); define ( 'ACCOUNT_BLOCKED', 0x0002 ); define ( 'ACCOUNT_EXPIRED', 0x0004 ); define ( 'ACCOUNT_REMOVED', 0x0008 ); +define ( 'ACCOUNT_PENDING', 0x0010 ); /** * Account roles |