The user gets logged in after entering his PIN (in my case Windows Hello)
Joomla 5.0 alpha 2
Mozilla Firefox
Windows Hello
Labels |
Added:
No Code Attached Yet
|
you can fix it for your current installation by adding back:
use Joomla\CMS\Factory;
in the file:
plugins/multifactorauth/webauthn/src/Extension/Webauthn.php
@HLeithner
I can confirm that putting the line back into the file solved the issue.
@HLeithner Culprit line is here: https://github.com/joomla/joomla-cms/blob/5.0-dev/plugins/multifactorauth/webauthn/src/Extension/Webauthn.php#L346 . Should that be changed to use $this->getApplication()
?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-06-27 19:41:25 |
Closed_By | ⇒ | richard67 |
Thanks for the report, I was able to replicate the issue.