MyBB Community Forums

Full Version: Unable to get into ADmin CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have just run the new install of 1.8 and when it was upgrading it zoomed past the option to add a PIN. Now when I want to go into into Admin CP it asks for a PIN that I never set?  Help!
That's odd. You can change it in inc/config.php
Line 107:
$config['secret_pin'] = "";
Go to FTP into file inc/config.php at last line you will see:
$config['secret_pin'] = 'YourPin';
Change the YourPin into your number pin Smile
Phew thanks all. Managed to get in but now having to sort out all manner things that failed with the update (probably my fault for not deactivating the plugins)