File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,23 @@ yarn start
45
45
🎮 Ionic PWA application available at http://localhost:4000
46
46
🎮 Admin PWA application available at http://localhost:4000/admin
47
47
```
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:
48
61
49
- By default, two users that can log into the application are created.
62
+ ` ovp-admin `
50
63
51
- - username: ` developer ` , password: ` developer `
52
- - username: ` ovp-admin ` , password: ` ovp-admin `
64
+ The password is the same as the username.
53
65
54
66
Volunteers can register to the application in login screen
55
67
@@ -72,11 +84,6 @@ This command creates the necessary resources in Keycloak and prints instructions
72
84
Follow the instructions and copy the JSON configurations to the appropriate locations.
73
85
The Starter app and server will read these configurations and the integration will be enabled when they are started.
74
86
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
-
80
87
### Running clients as Mobile Applications
81
88
82
89
#### For IOS
You can’t perform that action at this time.
0 commit comments