From 4afe4c8c04f220262249ea41b5acfd7ee6b7328a Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Tue, 14 Jul 2020 14:51:06 +0100 Subject: [PATCH] fix: add documentation with account names --- platform/README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/platform/README.md b/platform/README.md index 46625d2a..7031500e 100644 --- a/platform/README.md +++ b/platform/README.md @@ -45,11 +45,23 @@ yarn start 🎮 Ionic PWA application available at http://localhost:4000 🎮 Admin PWA application available at http://localhost:4000/admin ``` +Volunteer accounts for logging to voulnteer app that can be used: + +```log +hzaub +kudi +msash +tgers +tmaure +ukon +wtrocki +``` + +Admin application user: -By default, two users that can log into the application are created. +`ovp-admin` -- username: `developer`, password: `developer` -- username: `ovp-admin`, password: `ovp-admin` +The password is the same as the username. Volunteers can register to the application in login screen @@ -72,11 +84,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: `ovp-admin`, password: `ovp-admin` - ### Running clients as Mobile Applications #### For IOS