mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Added MFA support
Added the option to enable/disable TOTP MFA per user using QR code or manually entering a key.
This commit is contained in:
parent
5c45a61faa
commit
05ddfa9114
8 changed files with 220 additions and 26 deletions
|
|
@ -6,3 +6,6 @@ encryption = clear
|
|||
|
||||
;Role
|
||||
role = admin
|
||||
|
||||
;MFA Secret - This is generated inside of the admin area, set to "disabled" to turn off MFA for a user.
|
||||
mfa_secret = disabled
|
||||
Loading…
Add table
Add a link
Reference in a new issue