Invites: Permanent invites feature (#1670)

* Invites: Permanent invites feature

* Update config.php

* Update config.php

* Update CHANGELOG.md

* Update config.php
This commit is contained in:
Roman Kelesidis 2024-11-05 00:06:09 +07:00 committed by GitHub
commit d9a8adbaaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 5 deletions

View file

@ -406,10 +406,12 @@ $bb_cfg['invites_system'] = [
'codes' => [
// Syntax: 'invite_code' => 'validity_period'
// The 'validity_period' value is based on strtotime() function: https://www.php.net/manual/en/function.strtotime.php
// You can also create a permanent invite, set 'permanent' value for 'validity_period'
// Invite link example: site_url/profile.php?mode=register&invite=new_year
'new_year' => '2022-12-31 00:00:01',
'ein_volk' => '29 July 1936',
'catch_up_overtake' => '1917-10-09'
'new_year2023' => '2022-12-31 00:00:01',
'340c4bb6ea2d284c13e085b60b990a8a' => '12 April 1961',
'tp_birthday' => '2005-04-04',
'endless' => 'permanent'
]
];
$bb_cfg['password_symbols'] = [