Move account_types to config, account.web_flags to common.php

This commit is contained in:
slawkens
2023-02-06 20:27:12 +01:00
parent b918f88776
commit 17eb5426e3
3 changed files with 24 additions and 7 deletions

View File

@@ -160,6 +160,18 @@ $config = array(
'send_mail_when_change_password' => true, // send e-mail with new password when change password to account
'send_mail_when_generate_reckey' => true, // send e-mail with rec key (key is displayed on page anyway when generate)
// you may need to adjust this for older tfs versions
// by removing Community Manager
'account_types' => [
'None',
'Normal',
'Tutor',
'Senior Tutor',
'Gamemaster',
'Community Manager',
'God',
],
// genders (aka sex)
'genders' => array(
0 => 'Female',