I created a user which should have access to a certain page using:
bin/plugin login newuser
I added
access:
site.login: true
site.test: true
to the page's header.
When I now try to show the page, I am asked for username/pass. If I pass in the credentials of the user, the page is show.
If I pass in invalid user-date (e.g. name of a non-existing user), I am getting an error, but the page is previewed (see screenshot):
What's wrong??