website-htmx-rustelo-code/site/config/auth.toml
2026-07-10 03:44:13 +01:00

7 lines
288 B
TOML

[auth]
login_mode = "modal" # "modal" | "page"
otp_store = "memory" # "memory" | "db"
otp_expiry_minutes = 10
otp_max_attempts = 3
otp_code_length = 6
registration_role = "user" # role assigned on new user registration — must exist in site/config/roles.ncl