Skip to content

Commit

Permalink
fix: add documentation with account names
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 14, 2020
1 parent f2e78a3 commit 4afe4c8
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 4afe4c8

Please sign in to comment.