Skip to content
Snippets Groups Projects
Verified Commit 7283a452 authored by Mark's avatar Mark
Browse files

Change create user example

parent 2dee7774
No related branches found
No related tags found
1 merge request!5Service Integration
...@@ -23,7 +23,7 @@ callback address of the test application. Make sure it matches the address speci ...@@ -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/` 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/create-application.bash testapplication
bash ../../user-panel/utils/grant-access.bash admin testapplication bash ../../user-panel/utils/grant-access.bash admin testapplication
bash ../../user-panel/utils/create-role.bash admin bash ../../user-panel/utils/create-role.bash admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment