as247
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress 2-step verification] Fatal error with version 2.5.4Fixed in 2.5.5
Forum: Plugins
In reply to: [Wordpress 2-step verification] Fatal error with version 2.5.4oh ?? operator available on php >=7.0, let me fix that
Please try with v2.5.4 if it fixes your issue, i’m not able to reproduce it
Forum: Plugins
In reply to: [Wordpress 2-step verification] Enforce 2FAThank for the advice i will add this feature on next release.
Forum: Plugins
In reply to: [Wordpress 2-step verification] Woocommerce 2-step page gives 404 (advice)The issue should be fixed in 2.5.4
Thank youThank for your sugesstion i will update it on next version. Anyway user email always can be used to received code even not configured. Eg if you enable Wp2sv with authenticator app you still able to use user’s email to received the code.
@rodinux Please update to 2.5.3. That should fix the issue
Ok i got the issue, i will release new version to fix that
hi @rodinux Any screenshot to see which error message displaying?
Forum: Plugins
In reply to: [Wordpress 2-step verification] Profile Press compatibilityHi @justbruno I think you can try to disable Profile press log in and see if it still not working.
I use wp_logout action to clear wp2sv session, but wp_logout is pluggable function that mean other plugin may replace default wp_logout function with their function, and they may forgot to trigger wp_logout action
https://developer.www.ads-software.com/reference/functions/wp_logout/
If there is plugin overwrite wp_logout function and forgot to add
do_action( 'wp_logout', $user_id );
you can fix this by add it.Forum: Plugins
In reply to: [Wordpress 2-step verification] Not getting 2-step verification e-mail!Email will be send using wp function, then you that need make sure wp can send email. Please try to forget password if you are able to received email to reset pass or not?
You can try some smtp plugin and send email via smtp
In case you just get lock down, login using admin account, there will be recovery option for you.
Let’s me know if you can still received others email from your site but not wp2sv.
If you not able to received any email from your site, then just check your send mail option, there are many plugin help to configure send email via smtp or via third-party service like AWS SES, Mailgun, Sendgrid,…Forum: Plugins
In reply to: [Wordpress 2-step verification] Preventing Website ScrollingHi. Could you check any js error in console (F12)?
Forum: Plugins
In reply to: [Wordpress 2-step verification] custom login page supportHi, This plugin not change login page, but enter code template can be update by copy template to theme/wp2sv
Forum: Reviews
In reply to: [Wordpress 2-step verification] Site got locked outhttps://ps.w.org/wordpress-2-step-verification/assets/screenshot-6.png?rev=1962227
There is recovery option when you login as admin and after click on recovery it show screen like this.Forum: Reviews
In reply to: [Wordpress 2-step verification] Site got locked outWe have recovery by upload file if you lost phone or accident remove google authenticator app