I'm trying to get the Login plugin to work.
I've put it in my plugins folder.
I've make a page and added this to the YAML Frontmatter:
access:
site.login: true
When I surf to the page, I get the login form as expected. When I fill it out, I get a Login Failed message.
If I enter the correct credentials, the accounts/name.yaml file is overwritten; password is removed. state and hashed_password is added.
If I enter incorrect credentials, the accounts/name.yaml file is not changed.