From 62afdf38202ee9f09011bef599506e3a5ee37528 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 8 Feb 2013 03:51:31 -0800 Subject: more register_approve stuff - like the admin page. Hopefully this won't conflict with Thomas's admin page "list users" changes --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index bee75e371..4c78f0b9c 100644 --- a/boot.php +++ b/boot.php @@ -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 -- cgit v1.2.3