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.
When a user starts HospitalRun (auto-hosted instance) or goes to app.hospitalrun.io for the first time, it will be presented with a "create new user form". The route receives user base info and tenant info
Upon request, this route:
adds user to CouchDB;
creates a new database on CouchDB for the tenant, using tenant.name and adding unique code;
adds base entities to the db, such as ICD10;
sets permissions to the newly database for the user.
🚀 Feature Proposal
Add API to create new tenant and user.
Motivation
When a user starts HospitalRun (auto-hosted instance) or goes to
app.hospitalrun.io
for the first time, it will be presented with a "create new user form". The route receives user base info and tenant infoUpon request, this route:
Example
The text was updated successfully, but these errors were encountered: