MyBB Community Forums

Full Version: What is "secret pin"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please help! I'm trying to login in the admin cp but i don't know what is the secret pin. can someone help me with that?
take a look at inc/config.php

at the end is: $config['secret_pin'] =

and from the Docs:

Quote:Admin CP PIN
The Admin Control Panel login, besides passwords and 2FA tokens, can include a Secret PIN that serves as an additional, global password required to access the ACP. To set it up, edit the $config['secret_pin'] variable in the configuration file (inc/config.php):

$config['secret_pin'] = 'RANDOM-VALUE-HERE';
The Secret PIN can be securely distributed to other administrators to save in a safe place.
Thank you! Now i can edit my forum. It helps a lot.