![]() |
Recover admin password - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Recover admin password (/thread-7091.html) |
Recover admin password - RedBOX - 06-30-2009 10:47 PM Anyway to do that or to reset it somehow? The recover says ERROR: No such user I guess it is because it searches the user's table but not the admin table. RE: Recover admin password - joximu - 06-30-2009 10:51 PM lost password on login screen? also see db ispcp, table admin about name and mail address of the admin (first entry?) /J RE: Recover admin password - RedBOX - 07-01-2009 09:38 PM The lost password screen says "no such user". Can i replace the admin pass value in the mysql table with something else that you know i mean a known value of an encrypted string. I don't know if you understood me. I want to reset it with something like a default value. RE: Recover admin password - joximu - 07-02-2009 07:59 AM you can set the password in the table use the md5 function! this should work. /J RE: Recover admin password - RedBOX - 07-10-2009 11:30 PM any keys for the func? Where is it? //off-topic I love the new ajax view of the forum... Keep up the good work. RE: Recover admin password - joximu - 07-11-2009 08:56 AM Log in to pma with user root (mysql root). Select DB ispcp Select table admin - look at the field content... There should be the admin in the first cols... (normally id 1) You can change the password - but use the md5 function to crypt it. (can be selected in pma left from the passwd-field...) /J |