MyBB Community Forums

Full Version: admin password?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Yes, but MyBB uses a salted md5 for enhanced security so it won't be exactly the md5 code for monkey.

If you really want to you can just run a PHP script:
<?php
echo md5('monkey');
?>
And you'll see the exact md5 code of monkey with that..
Dennis, thanks for the info.
Pages: 1 2 3