aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-29 01:22:00 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-29 01:22:00 -0700
commitf83aa6c8a57e0ba9be2cd5842899488a4c2a8514 (patch)
tree506bbbb13aceb3010db4d330cd46dabba9f7c213 /htconfig.php
parent15d21a293dbcbbc0130d8289425e150cc65f758a (diff)
downloadvolse-hubzilla-f83aa6c8a57e0ba9be2cd5842899488a4c2a8514.tar.gz
volse-hubzilla-f83aa6c8a57e0ba9be2cd5842899488a4c2a8514.tar.bz2
volse-hubzilla-f83aa6c8a57e0ba9be2cd5842899488a4c2a8514.zip
new registration options
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/htconfig.php b/htconfig.php
index ef3855978..aab00a972 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -17,12 +17,16 @@ $default_timezone = 'Australia/Sydney';
$a->config['sitename'] = "DFRN developer";
-// At the present time you can have REGISTER_OPEN
-// or REGISTER_CLOSED. But register your personal account
-// first before you close it.
+// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
+// Be certain to create your own personal account before setting
+// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on
+// the registration page. REGISTER_APPROVE requires you set 'admin_email'
+// to the email address of an already registered person who can authorise
+// and/or approve/deny the request.
$a->config['register_policy'] = REGISTER_OPEN;
-
+$a->config['register_text'] = '';
+$a->config['admin_email'] = '';
// Maximum size of an imported message, 0 is unlimited.