2012-10-04, 02:43 PM
2012-10-04, 02:46 PM
Do you know your email which you used on your forum? If you know just use Forgot password option and you will get new password.
2012-10-04, 02:48 PM
You can reset your password to "test" (no quotes) by running this SQL query in phpMyAdmin:
Replace X with your uid.
UPDATE `mybb_users` SET `password` = '098f6bcd4621d373cade4e832627b4f6', `salt` = '' WHERE `uid` = 'X'
Replace X with your uid.
2012-10-04, 05:51 PM
i have request a new password with the change password part of mybb but i don't get any e-mail
ps i know what's up one leter is missing from my e-mail, how can i fix that
ps i know what's up one leter is missing from my e-mail, how can i fix that
2012-10-04, 05:57 PM
you don't know any of your user details? sounds fishy to me.
you should have access to your control panel still and thus to phpMyAdmin (or similar) and then you can run the query posted above.
we wont help you any more than this as we cannot guarantee that you are the actual owner, nor do we want to give out any info that can be used against other sites.
you should have access to your control panel still and thus to phpMyAdmin (or similar) and then you can run the query posted above.
we wont help you any more than this as we cannot guarantee that you are the actual owner, nor do we want to give out any info that can be used against other sites.
2012-10-04, 07:31 PM
i know my username but my password was leters and numbers
control panel, do you nean admin control panel or plesk
i got accress to phpbb myadmin
control panel, do you nean admin control panel or plesk
i got accress to phpbb myadmin
2012-10-04, 07:35 PM
As Paul said, the query he gave you should be run in PHPMyAdmin (or whatever database manager you use). 
