Skip to content

Commit f2e78a3

Browse files
committed
fix: add info about created account into website
1 parent fe32a43 commit f2e78a3

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

docs/coding.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,24 @@ Follow these instructions to set up Keycloak for Authentication/Authorization.
7070
2. Follow the printed instructions and copy the JSON configurations to the appropriate locations.
7171
The Starter app and server will read these configurations and the integration will be enabled when they are started.
7272

73-
By default, the two users that can log into the application are created:
74-
- username: `developer`, password: `developer`
75-
- username: `admin`, password: `admin`
73+
Volunteer accounts for logging to voulnteer app that can be used:
74+
75+
```log
76+
hzaub
77+
kudi
78+
msash
79+
tgers
80+
tmaure
81+
ukon
82+
wtrocki
83+
```
84+
85+
Admin application user:
86+
87+
`ovp-admin`
88+
89+
The password is the same as the username.
90+
7691

7792
> NOTE: If you'd like to use demo data users and have them automatically imported in keycloak, run the keycloak init script as below:
7893
```shell

docs/platform_starter.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,21 @@ yarn start
4646
🎮 Admin PWA application available at http://localhost:4000/admin
4747
```
4848

49-
By default, two users that can log into the application are created.
49+
Volunteer accounts for logging to voulnteer app that can be used:
50+
51+
```log
52+
hzaub
53+
kudi
54+
msash
55+
tgers
56+
tmaure
57+
ukon
58+
wtrocki
59+
```
60+
61+
Admin application user:
5062

51-
- username: `developer`, password: `developer`
52-
- username: `admin`, password: `admin`
63+
`ovp-admin`
5364

5465
Volunteers can register to the application in login screen
5566

@@ -72,12 +83,6 @@ This command creates the necessary resources in Keycloak and prints instructions
7283
Follow the instructions and copy the JSON configurations to the appropriate locations.
7384
The Starter app and server will read these configurations and the integration will be enabled when they are started.
7485

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

8388
#### For IOS

0 commit comments

Comments
 (0)