I am in need of modifying the code on this Plunker: plnkr.co/edit/Mvrte4?p=preview
I want to remove user roles so that all users have access to the same page.
If possible, I would like the modified code to be split into two pages:
- Page 1: index.html containing the login form
- Page 2: home.html containing the logout button
Here is a list of users who can login to home.html:
[{ "username": "user1","password": "pass1" }, {"username": "user2","password": "pass2" }, {"username": "user3","password": "pass3"}, {"username": "user4","password": "pass4"}]
My updated Plunker link: plnkr.co/edit/fplol0FFpGkLZC3ZdgKX?p=preview
This is the schema image of what I need:
Please, someone assist me with this request. Thank you!