Initial real 2FA/OTP work

This commit is contained in:
Bryan Ashby
2019-04-09 20:07:19 -06:00
parent 75d6eef92f
commit 0ed507cd7b
13 changed files with 133 additions and 39 deletions

View File

@@ -224,6 +224,10 @@ function getDefaultConfig() {
autoUnlockMinutes : 60 * 6, // 0=disabled; Auto unlock after N minutes.
},
unlockAtEmailPwReset : true, // if true, password reset via email will unlock locked accounts
twoFactorAuth : {
method : 'googleAuth',
}
},
theme : {