-
Good afternoon, I'm trying to find a way how to install temporary account on snipe from Windows (WAMP server) There's no step by step guide just linux instructions available here. I'm really struggling with this. Any advice would be appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Resolved this issue yesterday. To create local account on Windows based installation open cmd line as administrator. Go to path where snipe is installed in my case cd C://WAMP/WWW/snipe-it and run- Then reboot wamp on the device and log in via username: jawesome and password is password. After changing your admin password back delete jawesome account. |
Beta Was this translation helpful? Give feedback.
Resolved this issue yesterday.
To create local account on Windows based installation open cmd line as administrator.
Go to path where snipe is installed in my case cd C://WAMP/WWW/snipe-it
and run-
php artisan snipeit:create-admin --first_name=Janie --last_name=Awesome [email protected] --username=jawesome --password=password
Then reboot wamp on the device and log in via username: jawesome and password is password. After changing your admin password back delete jawesome account.