From 2fea4151de54934a65e68620f1ff2b45a5ca3389 Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 29 Jun 2018 16:00:36 -0500 Subject: [PATCH] update testing section with info about other users --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1368684..d7d87332 100644 --- a/README.md +++ b/README.md @@ -231,9 +231,9 @@ docker-compose -f compose-dev.yml up It starts Remark42 on `localhost:8080` and adds local OAuth2 provider “Dev”. To access UI demo page go to `localhost:8080/web`. -That `compose-dev.yml` (you can find it in the root of the project) -also defines if logged user admin or not. -By default, it will be the admin, and to switch it to regular user comment or remove `-ADMIN=dev_user` there. +That `compose-dev.yml` (you can find it in the root of the project) also defines if default logged user admin or not. +By default, it will be the admin, and to switch it to regular user comment or remove `-ADMIN=dev_user` there. You can also select +any other user name from the login dialog. #### Usage