This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/app/authentication2FAMethods.json
T
Yuri Kuznetsov 9add3fa538 sms
2021-09-16 17:35:32 +03:00

27 lines
988 B
JSON

{
"Totp": {
"settings": {
"isAvailable": true
},
"userApplyView": "views/user-security/modals/totp",
"loginClassName": "Espo\\Core\\Authentication\\TwoFactor\\Totp\\TotpLogin",
"userSetupClassName": "Espo\\Core\\Authentication\\TwoFactor\\Totp\\TotpUserSetup"
},
"Email": {
"settings": {
"isAvailable": true
},
"userApplyView": "views/user-security/modals/two-factor-email",
"loginClassName": "Espo\\Core\\Authentication\\TwoFactor\\Email\\EmailLogin",
"userSetupClassName": "Espo\\Core\\Authentication\\TwoFactor\\Email\\EmailUserSetup"
},
"Sms": {
"settings": {
"isAvailable": true
},
"userApplyView": "views/user-security/modals/two-factor-sms",
"loginClassName": "Espo\\Core\\Authentication\\TwoFactor\\Sms\\SmsLogin",
"userSetupClassName": "Espo\\Core\\Authentication\\TwoFactor\\Sms\\SmsUserSetup"
}
}