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:
- Log in to the SolusIO Master server via SSH
- 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
Comments
0 commentsPlease sign in to leave a comment.