Add PoC events to user authentication
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 17 Feb 2021 10:25:46 +0000 (11:25 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 7 Jun 2021 11:51:05 +0000 (13:51 +0200)
commit60255db1da3198ea86294c770ae41dedca878573
treec87119c7f1ab108c07fc98c182b98828ae4cef71
parent334ec699a8d738e2d8482c7fb3a1306a330c2e74
Add PoC events to user authentication
wcfsetup/install/files/lib/acp/form/LoginForm.class.php
wcfsetup/install/files/lib/action/FacebookAuthAction.class.php
wcfsetup/install/files/lib/action/GithubAuthAction.class.php
wcfsetup/install/files/lib/action/GoogleAuthAction.class.php
wcfsetup/install/files/lib/action/TwitterAuthAction.class.php
wcfsetup/install/files/lib/form/LoginForm.class.php
wcfsetup/install/files/lib/form/MultifactorAuthenticationForm.class.php
wcfsetup/install/files/lib/system/user/authentication/UserLoggedIn.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/authentication/UserMultifactorRequested.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/authentication/UserMultifactorSucceeded.class.php [new file with mode: 0644]