Commit Graph

6 Commits

Author SHA1 Message Date
40a76b1eda 🐛 fix(2FA): Two Factor Authentication - Filter - Blocks even when two factor authentication is enabled
🐛 fix(email): add error logging when email sending fails
🔒 chore(2FA): fix TwoFactorEmailValidator to pass user as an array
The TwoFactorAuthenticationEnforceFilter was blocking users even when two factor authentication was enabled. The filter now checks if the user has two factor authentication enabled before blocking them. The MailService now logs an error when email sending fails. The TwoFactorEmailValidator now passes the user as an array to the TwoFactorEmailCodeGeneratorService.
2023-05-25 21:01:42 +05:30
ca84ceca4b PHP-CS-Fixer run 2022-08-15 08:16:03 +02:00
7fb900dfe1 #458 - fix on variables not initialized 2022-08-12 16:39:59 +02:00
52f81d431e PR #458 - code improvement required by @maxxer 2022-08-09 16:56:54 +02:00
97a2de2f48 PR #458 - fix and improvement required by @mp1509 2022-08-09 12:21:34 +02:00
91d110e1e7 2fa by email and by sms 2022-07-13 10:37:15 +02:00