relocate register policy setting in language htconfig templates
This commit is contained in:
parent
1e2da716b0
commit
059a14fefc
@ -31,9 +31,9 @@ $a->config['sitename'] = "La Meva Xarxa d'Amics";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
@ -35,9 +35,9 @@ $a->config['system']['language'] = 'cs';
|
|||||||
// na e-mailovou adresu již existující registrované osoby, která může autorizovat
|
// na e-mailovou adresu již existující registrované osoby, která může autorizovat
|
||||||
// a/nebo schvalovat/odmítat žádosti o registraci.
|
// a/nebo schvalovat/odmítat žádosti o registraci.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximální velikost importované zprávy, 0 je neomezeno
|
// Maximální velikost importované zprávy, 0 je neomezeno
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ $a->config['sitename'] = "My Friend Network";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['system']['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ $a->config['sitename'] = "La Mia Rete di Amici";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ $a->config['sitename'] = "La Mia Rete di Amici";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ $a->config['sitename'] = "My Friend Network";
|
|||||||
// to the email address of an already registered person who can authorise
|
// to the email address of an already registered person who can authorise
|
||||||
// and/or approve/deny the request.
|
// and/or approve/deny the request.
|
||||||
|
|
||||||
$a->config['register_policy'] = REGISTER_OPEN;
|
$a->config['system']['register_policy'] = REGISTER_OPEN;
|
||||||
$a->config['register_text'] = '';
|
$a->config['register_text'] = '';
|
||||||
$a->config['admin_email'] = '$adminmail';
|
$a->config['system']['admin_email'] = '$adminmail';
|
||||||
|
|
||||||
// Maximum size of an imported message, 0 is unlimited
|
// Maximum size of an imported message, 0 is unlimited
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user