Added by Patrick Sinz about 10 years ago
I installed a stable version of 3.0 on an up to date Ubuntu 14.04
I installed the additonal bundles, etc...
so it does all the installs apparently correctly
until I try to test the installation with WEBrick
when I connect to the localhost:3000 I get a more or less empty page (seems normal) and then I click on connexion
I get a login/password => I try admin/admin it fails
I update the hashed_password in the mysql data base to the hash of turnkey and try using admin/turnkey it fails
I follow one suggestion and add secure_auth: true in the database.yml it still fails
Any suggestions ?