Skip to content

Commit 4afe4c8

Browse files
committed
fix: add documentation with account names
1 parent f2e78a3 commit 4afe4c8

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

platform/README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,23 @@ yarn start
4545
🎮 Ionic PWA application available at http://localhost:4000
4646
🎮 Admin PWA application available at http://localhost:4000/admin
4747
```
48+
Volunteer accounts for logging to voulnteer app that can be used:
49+
50+
```log
51+
hzaub
52+
kudi
53+
msash
54+
tgers
55+
tmaure
56+
ukon
57+
wtrocki
58+
```
59+
60+
Admin application user:
4861

49-
By default, two users that can log into the application are created.
62+
`ovp-admin`
5063

51-
- username: `developer`, password: `developer`
52-
- username: `ovp-admin`, password: `ovp-admin`
64+
The password is the same as the username.
5365

5466
Volunteers can register to the application in login screen
5567

@@ -72,11 +84,6 @@ This command creates the necessary resources in Keycloak and prints instructions
7284
Follow the instructions and copy the JSON configurations to the appropriate locations.
7385
The Starter app and server will read these configurations and the integration will be enabled when they are started.
7486

75-
By default, two users that can log into the application are created.
76-
77-
- username: `developer`, password: `developer`
78-
- username: `ovp-admin`, password: `ovp-admin`
79-
8087
### Running clients as Mobile Applications
8188

8289
#### For IOS

0 commit comments

Comments
 (0)