MitsubaBBS / Mitsuba

Project Mitsuba - an opensource imageboard software written in PHP
http://mitsuba.cf/
Other
43 stars 20 forks source link

BAD PASSWORD OR USERNAME #57

Closed infamousbutterly closed 10 years ago

infamousbutterly commented 10 years ago

Get this error whenever you try to log in. I tried fixing it, but to no avail.

Desuneko commented 10 years ago

I know about this one, it's problem with install.php.

Use: UPDATE users SET password=SHA2("root", 512), salt=""; And you should able to log into your user with password root

Desuneko commented 10 years ago

Aaaaand... fixed.