Login
Passwords are stored using
Argon2id
.Compare the hashed password and username (NOT case-sensitive) against entries in
users.json
.The
login.html
template show a banner with the instruction you entered at Login Settings. Will show errors messages if User does not exist or Wrong password.If an OIDC token is present in the .env there will be an OIDC button on the page.
Last updated