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.

  • Self-registration is available in Advanced Settings. You can set a joining code that users must enter for their registration to be accepted. Leave the field blank if no code is required. A button will appear so people can self-register.

  • Guest users will have a button appear so they can login using only a password.

Last updated