mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 09:14:48 +02:00
Implemented the two factor auth login form.
This commit is contained in:
parent
35b5640627
commit
10ca895309
5 changed files with 78 additions and 4 deletions
|
@ -11,6 +11,7 @@ scheb_two_factor:
|
|||
issuer: 'Part-DB' # Issuer name used in QR code
|
||||
digits: 6 # Number of digits in authentication code
|
||||
window: 1 # How many codes before/after the current one would be accepted as valid
|
||||
template: security/2fa_form.html.twig
|
||||
|
||||
backup_codes:
|
||||
enabled: true # If the backup code feature should be enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue