mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +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
|
|
@ -286,3 +286,10 @@ add_user = "Add user"
|
|||
username = "Username"
|
||||
role = "Role"
|
||||
change_password = "Change password"
|
||||
config_mfa = "Configure MFA"
|
||||
mfacode = "MFA Code"
|
||||
verify_code = "Verify the MFA code"
|
||||
verify_password = "Verify current password"
|
||||
manualsetupkey = "You can also manually add the setup key"
|
||||
mfa_error = "MFA code is not correct"
|
||||
disablemfa = "Disable MFA"
|
||||
Loading…
Add table
Add a link
Reference in a new issue