Skip to main content

How to reset admin password?

Comments

2 comments

  • Juraj

    On Linux / macOS, you can generate NEW_PASSWORD by running the following command:

    echo -n NEW_PASSWORD | openssl sha1 -binary | base64

    for example:

    echo -n admin | openssl sha1 -binary | base64
    0DPiKuNIrrVmD8IUCuw1hQxNqZc=

     

    0
  • bryant

    When I followed these instructions,  the searchblox application would not come back up. It also did not throw any errors.   I reset everything and did it again.  This time leaving a space after the apikey parameter, and everything came up and I was able to recover /reset the admin password.  

    <config password="the password hash " apikey="the api hash">  caused the application to not start fully. 

    <config password="the password hash " apikey="the api hash" >   worked for me. 

    0

Please sign in to leave a comment.