| 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 |