diff --git a/docs/coding.md b/docs/coding.md index dfd34876..f86d4cdc 100644 --- a/docs/coding.md +++ b/docs/coding.md @@ -70,9 +70,24 @@ Follow these instructions to set up Keycloak for Authentication/Authorization. 2. Follow the printed instructions and copy the JSON configurations to the appropriate locations. The Starter app and server will read these configurations and the integration will be enabled when they are started. - By default, the two users that can log into the application are created: - - username: `developer`, password: `developer` - - username: `admin`, password: `admin` +Volunteer accounts for logging to voulnteer app that can be used: + +```log +hzaub +kudi +msash +tgers +tmaure +ukon +wtrocki +``` + +Admin application user: + +`ovp-admin` + +The password is the same as the username. + > NOTE: If you'd like to use demo data users and have them automatically imported in keycloak, run the keycloak init script as below: ```shell diff --git a/docs/platform_starter.md b/docs/platform_starter.md index 4119df65..72aaa49d 100644 --- a/docs/platform_starter.md +++ b/docs/platform_starter.md @@ -46,10 +46,21 @@ yarn start 🎮 Admin PWA application available at http://localhost:4000/admin ``` -By default, two users that can log into the application are created. +Volunteer accounts for logging to voulnteer app that can be used: + +```log +hzaub +kudi +msash +tgers +tmaure +ukon +wtrocki +``` + +Admin application user: -- username: `developer`, password: `developer` -- username: `admin`, password: `admin` +`ovp-admin` Volunteers can register to the application in login screen @@ -72,12 +83,6 @@ This command creates the necessary resources in Keycloak and prints instructions Follow the instructions and copy the JSON configurations to the appropriate locations. The Starter app and server will read these configurations and the integration will be enabled when they are started. -By default, two users that can log into the application are created. - -- username: `developer`, password: `developer` -- username: `admin`, password: `admin` - - ### Running clients as Mobile Applications #### For IOS