mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 18:15:33 +00:00
change default auto-approve settings
This commit is contained in:
parent
ad61e33434
commit
6dd538a1a8
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ define('MODERATOR_IP_LIST', (array)
|
||||||
// User
|
// User
|
||||||
define('USER_DEFAULT_APPROVED', false);
|
define('USER_DEFAULT_APPROVED', false);
|
||||||
|
|
||||||
define('USER_AUTO_APPROVE_ON_MAGNET_APPROVE', false);
|
define('USER_AUTO_APPROVE_ON_MAGNET_APPROVE', true);
|
||||||
define('USER_AUTO_APPROVE_ON_COMMENT_APPROVE', false);
|
define('USER_AUTO_APPROVE_ON_COMMENT_APPROVE', true);
|
||||||
define('USER_AUTO_APPROVE_ON_IMPORT_APPROVED', false);
|
define('USER_AUTO_APPROVE_ON_IMPORT_APPROVED', false);
|
||||||
|
|
||||||
define('USER_DEFAULT_IDENTICON', 'jidenticon'); // jidenticon|false
|
define('USER_DEFAULT_IDENTICON', 'jidenticon'); // jidenticon|false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue