Axton
Forum Replies Created
-
Hi,
WP-WebAuthn hides the inputs in login page so that user can see a WebAuthn login form instead of the regular one. For combination with WP 2FA it causes a bug and I’ll fix this ASAP.
However you cannot use WP-WebAuthn with WP 2FA right now since WP 2FA blocks WP-WebAuthn when WP-WebAuthn tries to login (that’s another problem), and WP 2FA doesn’t offer any way to bypass it. I’m contacting WP 2FA’s developer and hopefully we can fix this later.
Yes “extensions” refers to PHP extensions.
Cool, I think I can mark this thread as resolved now.
No, this feature is intended to allow password login (even when password login is disabled) if the site is configured incorrectly (missing required extensions or running under HTTP instead of HTTPS. In these cases WebAuthn couldn’t work). A user agent that doesn’t support WebAuthn cannot bypass “WebAuthn only”.
When user using a browser that doesn’t support WebAuthn and try to login to a site disabled password login will lead to a login form that doesn’t work. I’ll improve the UX in the next version.
Hope that could help. Sorry for the delay.
Forum: Reviews
In reply to: [WP-WebAuthn] Thanks for making this easy!Hi,
version 1.2.3 will prevent users registering new authenticators and turn off “WebAuthn Only” if WebAuthn is not avaliable now. Thanks for your suggestion.
Cheers
Forum: Plugins
In reply to: [WP-WebAuthn] Text Domain IssueHi,
Text domain has been updated in version 1.2.3. Community translations should be available now.
Forum: Plugins
In reply to: [WP-WebAuthn] Text Domain IssueHi,
1. Text domain was already updated on GitHub but has not been published yet. Translations from WordPress will be available since next version.
2. Thanks for your correction! That’s really helpful.
Forum: Plugins
In reply to: [WP-WebAuthn] Feature Request: Require User VerificationHi,
I believe this faeature is already implemented. If you are the site administrator, go to Settings – WP-WebAuthn, you’ll see an option to enable it.
Forum: Plugins
In reply to: [WP-WebAuthn] 更新至1.2.1后插件失效.htaccess 对此插件来说不是必要文件,鉴于难以实现对于不同版本的语法的同时兼容,下个版本此插件将会移除 .htaccess。
我会把这个主题标记为已解决。
Forum: Plugins
In reply to: [WP-WebAuthn] 更新至1.2.1后插件失效未能复现,看起来像是 js 没有成功载入。
是否方便提供一个出现问题的地址以便我查看?Forum: Plugins
In reply to: [WP-WebAuthn] Move User-specific settings to profile?Hi,
The feature has been shipped in version 2.0.1.Cheers,
AxtonForum: Plugins
In reply to: [WP-WebAuthn] Make it possible to disable password loginHi,
The feature has been shipped in version 2.0.1.Cheers,
AxtonForum: Plugins
In reply to: [WP-WebAuthn] Registration Failed On Edge, Firefox and chromeHi,
PHP session is not required in version 2.0.1, so it should work now.Forum: Plugins
In reply to: [WP-WebAuthn] Move User-specific settings to profile?Hi,
Thank you for your suggestion! I’ll consider this feature.Thank you for your support.
Forum: Plugins
In reply to: [WP-WebAuthn] Make it possible to disable password loginHi,
Thank you for your suggestion! I’ll realize this in next version.Thank you for your support.
Forum: Plugins
In reply to: [WP-WebAuthn] Registration Failed On Edge, Firefox and chromeHi,
Looks like you have disabled the PHP session feature but currently WP-WebAuthn needs session to work. Please check if you disabled it.
I’m working on removing the dependency of PHP session, but it needs time (couple days maybe).