Recent Topics

1 Apr 02, 2008 06:05    

My b2evolution Version: 1.10.x

I've been having some issues with being able, or unable to login.

I've had this problem for a few months now, but have been able to, sometimes, login to "backoffice" or "bypass login" to get in. When those didn't work I would use the password reset, but that only helps until I log out. Now I'm unable to login or receive the e-mail for the password change. I'm thinking this is a bigger problem now than it was?

I also have one other user (my wife) who is also unable to login, all the same problems as mine.

I'm really new to this and could use any insight or help anyone can offer!

Thanks!
Ithamar

2 Apr 02, 2008 06:12

go to phpmyadmin and enter this sql query under "sql" tab

update evo_users SET user_pass='e10adc3949ba59abbe56e057f20f883e' where user_login='admin'; 

set "admin" for whatever your default administor nick is

and your new password will be :

123456

you can then change it or either select a new password before doing it and md5 encrypt it

3 Apr 02, 2008 09:17

A link to your blog where you're having this problem would be useful ;)

¥

4 Apr 02, 2008 14:38

sorry bout that lousy code, i was sleepy, ve just copied and forgot to edit it you can use the new one..cheers

update evo_users SET user_pass='e10adc3949ba59abbe56e057f20f883e' where user_login='admin'; 


Form is loading...