I can't login!

I try login in but it said that I didn't have the right e-mail or password!

I changed the password but it still doesn't want to work!

Michel

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Please provide more details

Please provide more details - is this on a hosted ladder or your own ladder? Which version are you using etc.

Same things

I actually had the same issue...

www.gamersunion.org/bestclans

I ended up creating a new user and then giving that username admin rights and deleted the old user using phpmyadmin.

That worked, but no matter what I did the script said wrong password when I used password for the password.

answer

Was having the same problems, and I had a look at the code, and the reason is that the default installation adds the incorrect encoded password through the install script.

The login checks using the password function password('password') which would be

*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19

but is set to a shorter string by default. Change the admin user password field to be the above using phpMyAdmin, and you can log in for the first time using the password "password" - which you can then change afterwards to whatever you like using the admin screens.

hope this helps!