mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 07:05:47 -07:00
Disable invites by default (#1150)
This commit is contained in:
parent
728a40408f
commit
81a5d1c5a5
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ $bb_cfg['new_user_reg_restricted'] = false; // Disallow registration in below ho
|
||||||
$bb_cfg['new_user_reg_interval'] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]; // Available hours
|
$bb_cfg['new_user_reg_interval'] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]; // Available hours
|
||||||
$bb_cfg['reg_email_activation'] = true; // Demand to activate profile by email confirmation
|
$bb_cfg['reg_email_activation'] = true; // Demand to activate profile by email confirmation
|
||||||
// Invites
|
// Invites
|
||||||
$bb_cfg['invite_only'] = true;
|
$bb_cfg['invite_only'] = false;
|
||||||
// Invite codes
|
// Invite codes
|
||||||
// Syntax: 'invite_code' => 'validity_period'
|
// Syntax: 'invite_code' => 'validity_period'
|
||||||
// The 'validity_period' value is based on strtotime() function: https://www.php.net/manual/en/function.strtotime.php
|
// The 'validity_period' value is based on strtotime() function: https://www.php.net/manual/en/function.strtotime.php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue