From: Gustavo Martin Morcuende Date: Wed, 5 Oct 2016 09:25:40 +0000 (+0200) Subject: Update README with useful information X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2FHEAD;p=WebAppTest%2F.git Update README with useful information --- diff --git a/README.md b/README.md index 7684657..f2d4254 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,18 @@ Postman-Token: 7d8c92b4-3259-361d-8e32-2294534ea91e ## Available users and passwords -GUMARTIN lame +Usernames | Password | ROL | May access +--------- | -------- | --- | ---------- +GUMARTIN | lame | ROLE_APP_ADMIN | Everything and POST API REST +USER1 | god | ROLE_APP_PAGE_1 | http://localhost:8080/app/pages/page_1.html +USER2 | root | ROLE_APP_PAGE_2 | http://localhost:8080/app/pages/page_2.html -USER1 god -USER2 root +## Available roles + +ROLE | Description +---- | ----------- +ROLE_APP_PAGE_1 | App page 1 access +ROLE_APP_PAGE_2 | App page 2 access +ROLE_APP_PAGE_3 | App page 3 access +ROLE_APP_ADMIN | App Admin access