File tree Expand file tree Collapse file tree 2 files changed +32
-12
lines changed Expand file tree Collapse file tree 2 files changed +32
-12
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,24 @@ Follow these instructions to set up Keycloak for Authentication/Authorization.
70
70
2. Follow the printed instructions and copy the JSON configurations to the appropriate locations.
71
71
The Starter app and server will read these configurations and the integration will be enabled when they are started.
72
72
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
+
76
91
77
92
> NOTE: If you' d like to use demo data users and have them automatically imported in keycloak, run the keycloak init script as below:
78
93
```shell
Original file line number Diff line number Diff line change @@ -46,10 +46,21 @@ yarn start
46
46
🎮 Admin PWA application available at http://localhost:4000/admin
47
47
```
48
48
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:
50
62
51
- - username: ` developer ` , password: ` developer `
52
- - username: ` admin ` , password: ` admin `
63
+ ` ovp-admin `
53
64
54
65
Volunteers can register to the application in login screen
55
66
@@ -72,12 +83,6 @@ This command creates the necessary resources in Keycloak and prints instructions
72
83
Follow the instructions and copy the JSON configurations to the appropriate locations.
73
84
The Starter app and server will read these configurations and the integration will be enabled when they are started.
74
85
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
-
81
86
### Running clients as Mobile Applications
82
87
83
88
#### For IOS
You can’t perform that action at this time.
0 commit comments