Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: CLIP-BUCKET ADMIN PASSWORD RESET  (Read 2520 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
CLIP-BUCKET ADMIN PASSWORD RESET
« 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)