From 7283a4522f03bbfce47cbef99fd46ce76917e7ee Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Tue, 10 Dec 2019 14:52:10 +0100 Subject: [PATCH] Change create user example --- test/login_logout/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/login_logout/README.md b/test/login_logout/README.md index e56a962..c939dcb 100644 --- a/test/login_logout/README.md +++ b/test/login_logout/README.md @@ -23,7 +23,7 @@ callback address of the test application. Make sure it matches the address speci In the default setup, users can be created by executing the scripts contained in `../../user-panel/utils/` ``` -bash ../../user-panel/utils/create-user.bash admin adminadmin admin@example.net +bash ../../user-panel/utils/create-user.bash admin <choose-password-here> admin@example.net bash ../../user-panel/utils/create-application.bash testapplication bash ../../user-panel/utils/grant-access.bash admin testapplication bash ../../user-panel/utils/create-role.bash admin -- GitLab