Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Logging in with test info isn't working #105

Closed
jglovier opened this issue May 20, 2015 · 1 comment
Closed

Logging in with test info isn't working #105

jglovier opened this issue May 20, 2015 · 1 comment

Comments

@jglovier
Copy link
Member

Trying to run HospitalRun locally after not having run it in months. I pulled the latest, resetup everything per the README instructions, and the app isn't letting me login with the test info.

I've verified in my config.js file that the username and password are:

var config = {
    couch_db_server: 'localhost',
    couch_db_port: '5984',
    couch_db_use_ssl: false,
    couch_db_changes_since: 'now',
    couch_admin_user: 'hradmin',
    couch_admin_password: 'test',
    google_client_id: 'FOR GOOGLE SSO; GOOGLE CLIENT ID GOES HERE',
    google_client_secret: 'FOR GOOGLE SSO; GOOGLE CLIENT SECRET GOES HERE',
    server_port: '3000',
    server: 'localhost',
    use_ssl: false
};

In the browser, I'm seeing the following in the console:

img

Also, there appears to be no message rendering in the view that the username or password is incorrect. Is there something in place to notify users normally about incorrect pw/usernames?

@jglovier jglovier changed the title Logging in with test info doesn't do work Logging in with test info isn't working May 20, 2015
@jglovier
Copy link
Member Author

Turns out I just had an old username/password combo set from previous couch setup. Resolved by using the correct info. 😊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant