rapid7 / warvox

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

Cannot login using rails4 branch #25

Closed arknand closed 9 years ago

arknand commented 9 years ago

as instructed, I've ran the "git checkout rails4" command after git cloning from the repository. the rest of the process went cleanly, and the warvox process starts without error. I enter the gui at 127.0.0.1:7777 after creating the admin user, no matter what I try, I get an invalid password error. the password of the admin account is the same as the password in the database.yml config file correct? is this a bug, or my own mistake?

hdm commented 9 years ago

The password in the database.yml is for the postgresql user, you still need to create a warvox user account (via bin/adduser) before you can login.