aboutsummaryrefslogtreecommitdiffstats
path: root/mod/register.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-08 03:51:31 -0800
committerfriendica <info@friendica.com>2013-02-08 03:51:31 -0800
commit62afdf38202ee9f09011bef599506e3a5ee37528 (patch)
treed13030c2401df0190083deeff9757ae2d56f54ac /mod/register.php
parent07e0ffd7c77f3e015feb3a109012b10db5275a0a (diff)
downloadvolse-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 'mod/register.php')
-rw-r--r--mod/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php
index 494e72b8f..3ba714c74 100644
--- a/mod/register.php
+++ b/mod/register.php
@@ -51,7 +51,7 @@ function register_post(&$a) {
break;
case REGISTER_APPROVE:
- $flags = ACCOUNT_UNVERIFIED | ACCOUNT_BLOCKED;
+ $flags = ACCOUNT_UNVERIFIED | ACCOUNT_BLOCKED | ACCOUNT_PENDING;
break;
default: