Register reauthentication after MFA in ACP only
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 29 Jun 2021 07:51:13 +0000 (09:51 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 29 Jun 2021 07:51:13 +0000 (09:51 +0200)
commitc42de3d50dc910dbfe505568317c08f12253eb72
tree47f7f487a19a49eda81c36aab3869c658771ed88
parentf5188325873087a94984c386ff30fa39e6c721a7
Register reauthentication after MFA in ACP only

It was not desired that a login within the frontend also registers a
reauthentication, as the actions requiring a reauthentication are very rarely
used and can benefit from this additional password check. In the ACP however
each request requires a reauthentication, thus it makes sense to register it
during login.

see 4624ceeda0e19109245d19e883dc6fd388e95519
wcfsetup/install/files/lib/acp/form/MultifactorAuthenticationForm.class.php
wcfsetup/install/files/lib/form/MultifactorAuthenticationForm.class.php