Skip to content

Commit

Permalink
fix: add info about created account into website
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 14, 2020
1 parent fe32a43 commit f2e78a3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
21 changes: 18 additions & 3 deletions docs/coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,24 @@ Follow these instructions to set up Keycloak for Authentication/Authorization.
2. Follow the printed 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, the two users that can log into the application are created:
- username: `developer`, password: `developer`
- username: `admin`, password: `admin`
Volunteer accounts for logging to voulnteer app that can be used:

```log
hzaub
kudi
msash
tgers
tmaure
ukon
wtrocki
```

Admin application user:

`ovp-admin`

The password is the same as the username.


> NOTE: If you'd like to use demo data users and have them automatically imported in keycloak, run the keycloak init script as below:
```shell
Expand Down
23 changes: 14 additions & 9 deletions docs/platform_starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,21 @@ yarn start
🎮 Admin PWA application available at http://localhost:4000/admin
```

By default, two users that can log into the application are created.
Volunteer accounts for logging to voulnteer app that can be used:

```log
hzaub
kudi
msash
tgers
tmaure
ukon
wtrocki
```

Admin application user:

- username: `developer`, password: `developer`
- username: `admin`, password: `admin`
`ovp-admin`

Volunteers can register to the application in login screen

Expand All @@ -72,12 +83,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: `admin`, password: `admin`


### Running clients as Mobile Applications

#### For IOS
Expand Down

0 comments on commit f2e78a3

Please sign in to comment.