From b79c88f018af5f64bb68cc3a0462d69de687a072 Mon Sep 17 00:00:00 2001 From: Gerald Michelant Date: Wed, 26 Dec 2018 21:44:29 -0500 Subject: [PATCH 1/2] added login credentials credentials to login the app once installed --- web-frontend/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web-frontend/installation.md b/web-frontend/installation.md index bea92e0a7..2349abbb6 100644 --- a/web-frontend/installation.md +++ b/web-frontend/installation.md @@ -55,6 +55,12 @@ npm run dev This will start the UI under [http://localhost:3000](http://localhost:3000) +login to the app with the following credentials: +```bash +email: user@example.org +password: 1234 +``` + ![You should see this under http://localhost:3000](../.gitbook/assets/screenshot.png) From 061fb755f857953b85fe9ad9eaf895e6acc2ca0d Mon Sep 17 00:00:00 2001 From: Gerald Michelant Date: Sat, 29 Dec 2018 12:17:39 -0500 Subject: [PATCH 2/2] added moderator and admin login details --- web-frontend/installation.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/web-frontend/installation.md b/web-frontend/installation.md index 2349abbb6..06ad01439 100644 --- a/web-frontend/installation.md +++ b/web-frontend/installation.md @@ -55,11 +55,15 @@ npm run dev This will start the UI under [http://localhost:3000](http://localhost:3000) -login to the app with the following credentials: -```bash -email: user@example.org -password: 1234 -``` +For development environements, we created three users with different profiles and privileges. + +Login to the app with one the following credentials: + +* email: user@example.org +* email: moderator@example.org +* email: admin@example.org + +password: 1234 (common to all profiles) ![You should see this under http://localhost:3000](../.gitbook/assets/screenshot.png)