Axton
Forum Replies Created
-
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).Forum: Plugins
In reply to: [WP-WebAuthn] Registration Failed On Edge, Firefox and chromeHi,
Could you please provide more information like pulgin log, your browser version and your device model?
To enable plugin log, you can go to WP-WebAuthn settings, enable logging and do registration again to record the failure.Forum: Plugins
In reply to: [WP-WebAuthn] Is it possible to allow only fingerprint authentication?Hi,
This feature is shipped with version 1.1.0.Cheers,
AxtonForum: Plugins
In reply to: [WP-WebAuthn] Is it possible to allow only fingerprint authentication?I’ve been checking the code, but I can’t find where to limit the login to the internal authenticators.
That’s a bit complex. Maybe I can add this as a new feature to the plugin later (several days later maybe).
- This reply was modified 5 years, 8 months ago by Axton.
Forum: Plugins
In reply to: [WP-WebAuthn] Is it possible to allow only fingerprint authentication?Hi gregesf,
Unfortunately, no.
Through WebAuthn API, we can only recognize whether the authenticator is internal (e.g. fingerprint scanners or face recognition cameras) or external (e.g. USB Keys) and how the authenticator connect to the host (only when it’s external), but cannot recognize the type of internal authenticators.
So it’s possible to disable internal or external authenticators, but we can’t disable a certain type of authenticators.
Forum: Plugins
In reply to: [WP-WebAuthn] frontend shortcodes do not workHi,
do you have any screenshot? Shortcodes work on my site.Forum: Plugins
In reply to: [WP-WebAuthn] Is the plugin available in English?Hi,
In the latest version (1.0.6) English has became the default language so you can simplely install it and you can use it in English.
Sorry for the delay.Forum: Plugins
In reply to: [WP-WebAuthn] Is the plugin available in English?Hi,
1. Yes, but only when you are using WordPress in English, because the default language is Chinese. If you want to enable English translation without changing language in WordPress, you can simplely rename the translation filelanguages/wwa-en_US.moto the correct name likewwa-de_DE.mo. In the future I may set English as the default language.
2. This plugin does not disable password login but only add WebAuthn as another login method (this is NOT 2-Factor auth), so users have to have passwords. Users with traditional user ID/password authentication and users registered with WebAuthn authenticators(compatible with 2-Factor authenticators) can both login.