MyBB Community Forums

Full Version: pass rest via php my admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys looking for some help here i have changed my pass via pho myadmin and when i try to log in it says i have out wrong pass does anyone know a fix for thisĀ 
you can't insert a pass via phpmyadmin, it's encrypted and salted.
Verify that your email is good and ask the forum for a new password.
hi i have now sorted it my site was set to closed do i could not do that all sorted now tho thanks
What ?
Can you say it in words I can understand please ?
ah sorry for the german :p it is ok now as i got the pass reset via the cpanel with a code to use on the SQL

I could not do a pass reset via the website as i had it set to closed in the ACP

I hope that was better for you to understand Smile
You can unlock your forum simply:
- edit inc/settings.php and set $settings['boardclosed'] to 0
- in mysql:
update mybb_settings set `value`=0 where `name`='boardclosed';

You must do the 2 operations.