rapid7 / warvox

http://www.warvox.org/
203 stars 55 forks source link

Warvox 2.0.0-dev Authentication fails #34

Closed callburn closed 8 years ago

callburn commented 8 years ago

I successfully installed warvox 2.0.0-dev on Ubuntu 14.04 running ruby-2.2.3. When I log onto 127.0.0.1:7777 the warvox authentication page loads successfully but when I enter the username admin and password warvox, the system says the password is incorrect. I accessed the warvox.conf file and changed the username and password but the system still says the password is incorrect. I'm not sure where I'm getting it all wrong. Thanks

zeknox commented 8 years ago

Sounds like you have not created an admin account as required with the following command:

$ bin/adduser admin

This should create an admin account in the db, and post the randomly generated creds to the screen to use.

callburn commented 8 years ago

You made me look in the right direction, user admin already existed so I used bin/resetpw and I'm now up and running