GiftManager Docs
GiftManager v2
GiftManager v2
  • GiftManager
    • Introduction
    • Features
  • Getting Started
    • Installation
    • Setup
    • Backups
  • Features
    • Login
    • User Gift Ideas
    • My Ideas
    • Users
    • Secret Santa
    • Families
  • Settings
    • Admin Dashboard
    • Deletion Script
    • Email Settings
    • Login Settings
    • OIDC Support
    • Advanced
Powered by GitBook
On this page
  1. Features

Login

PreviousBackupsNextUser Gift Ideas

Last updated 5 months ago

  • 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 . 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.

Login Settings