admin@local password reset

Issue #546 closed
Rajesh Samineni created an issue

Hi,

can let me know the process to reset the admin@local password.

as im unable to login with my existing password.

Comments (3)

  1. eXtremeSHOK

    Run the following SQL on your MySQL piler database.

    replace into `user` (`uid`, `username`, `realname`, `samaccountname`, `password`, `isadmin`, `domain`) values (0, 'admin', 'built-in piler admin', '', '$1$PItc7d$zsUgON3JRrbdGS11t9JQW1', 1, 'local');
    replace into `email` (`uid`, `email`) values (0, 'admin@local');
    

    Login

    Username: admin@local

    Password: password

  2. Log in to comment