Is it possible to reset the Administrator password from CLI on SolusIO?

Have more questions? Submit a request

Applicable to:

  • SolusIO

Question

Is it possible to reset the Administrator password from CLI on SolusIO? 

Answer

There is no way to reset the Administrator password from CLI on SolusIO. However it is possible to generate one-time access link and update Administrator password from web interface:

  1. Log in to the SolusIO Master server via SSH
  2. Execute the below command

    # docker exec $(docker ps -q -f name=solus_api | head -n1) php artisan auth:link

    Example of execution:

    # docker exec $(docker ps -q -f name=solus_api | head -n1) php artisan auth:link
    https://10.40.1.220:443/admin/auth_by_link?email=admin@example.com&token=e5030f1ca97831eebffa93eb1fc99b6a4f6201c6310656ea55d5442b2369dca2

 

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.