Forums | Mahara Community

Support /
Site is temporarily closed


anonymous profile picture
Account deleted
Posts: 3

19 January 2011, 4:21

Just had this error from my Mahara installation and ive no idea why.  I haven't changed anything on the site and now cant seem to logon

Is there a way to get to the admin username and pass in the database?

It basically seems to have locked itsself

 

Cheers

anonymous profile picture
Account deleted
Posts: 214

19 January 2011, 8:12

Hi Paul,

If you've locked out your admin account, you can reset your password with a simple SQL query:

UPDATE usr SET password='temporarypassword', passwordchange=1 WHERE username = 'admin';

Note 1: Use a sensible and random enough temporary password.

Note 2: This will not work on Mahara 1.4 and beyond.

Andrew

Ruslan Kabalin's profile picture
Posts: 146

19 January 2011, 9:11

Or use password recovery form ;)

anonymous profile picture
Account deleted
Posts: 3

20 January 2011, 3:40

The password recovery doesnt work either

 

Any Ideas

anonymous profile picture
Account deleted
Posts: 3

20 January 2011, 3:39

Yeah, didnt work.  I have the latest Mahara

 

Cheers

5 results