Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on May 01, 2014, 10:39:45 pm

Title: CLIP-BUCKET ADMIN PASSWORD RESET
Post by: Aby on May 01, 2014, 10:39:45 pm
CLIP-BUCKET ADMIN PASSWORD RESET

1 switch to clip-bucket database..

2 UPDATE cb_users set password=md5(md5(sha1(sha1(md5(‘password’))))) where username=’admin’;

 
It can be also done via phpmyadmin> clip-bucket database>select  cb_users table. There you can reset your admin password, please use md5 password there( As in the case of word-press, please check wordpress category)