Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
2 + 3 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: Urgent - resetting admin pass
by go4group on 2009/7/22 19:26:50

Admin password is stored as MD5 of the password so you need to run query like

update `xoops_users` set pass=MD5('admin_pass_goes_here') were uname = 'admin';

le="color: #000000"><?php update `xoops_users` set pass=MD5('admin_pass_goes_here') were uname = 'admin';
Re: Urgent - resetting admin pass
by aharon on 2009/7/9 12:31:33

cool! Thanks ghia!
Re: Urgent - resetting admin pass
by ghia on 2009/7/9 12:17:13

No, that won't work for several reasons.
Register yourself again as user.
Copy in phpMyAdmin the password field (it's encoded) from this user to the one of uid 1.
Login as admin with the password used in the registration.
Urgent - resetting admin pass
by aharon on 2009/7/9 11:54:49

Hi,

Am trying to reset admin pass, can anyone tell me if doing something like:
INSERT INTO `xoops_users` (`Rows`, `pass`) VALUES
(1, 'admin_pass_goes_here');

Should help or not..?

Many thanks!

Aharon

Who's Online

220 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits