new registration options
This commit is contained in:
parent
15d21a293d
commit
f83aa6c8a5
12
htconfig.php
12
htconfig.php
|
@ -17,12 +17,16 @@ $default_timezone = 'Australia/Sydney';
|
||||||
|
|
||||||
$a->config['sitename'] = "DFRN developer";
|
$a->config['sitename'] = "DFRN developer";
|
||||||
|
|
||||||
// At the present time you can have REGISTER_OPEN
|
// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
|
||||||
// or REGISTER_CLOSED. But register your personal account
|
// Be certain to create your own personal account before setting
|
||||||
// first before you close it.
|
// 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_policy'] = REGISTER_OPEN;
|
||||||
|
$a->config['register_text'] = '';
|
||||||
|
$a->config['admin_email'] = '';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited.
|
// Maximum size of an imported message, 0 is unlimited.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue