You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
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:
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?
The text was updated successfully, but these errors were encountered:
jglovier
changed the title
Logging in with test info doesn't do work
Logging in with test info isn't working
May 20, 2015
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:In the browser, I'm seeing the following in the console:
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?
The text was updated successfully, but these errors were encountered: