Applicable to:
- SolusVM 2
Question
Is it possible to generate a permanent login link in SolusVM 2?
Answer
There is a feature request #SIO-4617 for adding ability to create a permanent login link which was implemented in SolusVM 2.0.0-29127
To generate a link do the following:
- Connect to SolusVM 2 management server via SSH
- Run the command:
#docker exec -it `docker ps | grep api | awk {'print $1'}` php artisan auth:link jdoe@example.com --permanent
Comments
0 comments
Please sign in to leave a comment.