]> git.mxchange.org Git - friendica.git/commit
Move all two-factor authentication classes in Security\TwoFactor
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 19 Jan 2021 03:53:06 +0000 (22:53 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Jan 2021 10:42:58 +0000 (05:42 -0500)
commit3e257d42660136efff37adc6ef8e4c68eb5cc4c5
treec4f3ea6e7b71630c361588579995a0455f5f3c12
parentc644d76d28e697c87165e8c5fc12d7bfa5ff3475
Move all two-factor authentication classes in Security\TwoFactor
src/Model/TwoFactor/AppSpecificPassword.php [deleted file]
src/Model/TwoFactor/RecoveryCode.php [deleted file]
src/Model/User.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Index.php
src/Module/Settings/TwoFactor/Recovery.php
src/Security/TwoFactor/Model/AppSpecificPassword.php [new file with mode: 0644]
src/Security/TwoFactor/Model/RecoveryCode.php [new file with mode: 0644]