LumberHack
Forum Replies Created
-
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Bug ReportHi there @kocakserdar7
The coming soon plugin is incompatible with Keye because it redirects all requests using the
template_redirecttag before Keyy is loaded.That said you can try code like this as a workaround
function keyy_support( $form_part, $args ){ global $keyy_login_plugin; $keyy_login_plugin->enqueue_scripts('login'); return $form_part; } add_filter( 'plugins_loaded', 'keyy_support', 9999, 2 );Once the site is ready to go live you can remove it. For more information on how to add this code click here
- This reply was modified 8 years ago by LumberHack.
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] GDPR Compliance??Hi again @catmaniax
I use the premium version of Keyy and also use the free version of UpdraftPlus.
Do you think since I use Keyy only for my admin account that I won’t have to bother much?
Yes thats right, you will not have any issues with GDPR as far as Keyy or UDP is concerned
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] GDPR Compliance??Hi @catmaniax
We are aiming to be compliant with the new GDPR regulations as you can see from our blog here. Most of this is already complete is is expected to be live, well before the 25th May deadline.
https://updraftplus.com/data-protection-privacy-the-gdpr-right-to-be-forgotten-etc/
At UpdraftPlus (and across all our associated products – WP Optimize, Keyy, UpdraftCentral, MetaSlider), we aim to comply with both the letter and the spirit of this new, quite heavy, law. Its aim is to set a new gold standard for data collecting, processing and retention, and associated rights. We are all individuals too, and we think that the GDPR is bringing in some very valuable tools to allow consumers to have control and protection of their data. As such, we intend to treat all clients – whether EU citizens or not – as if they were EU citizens. We want everybody to know that we aim to treat their data with maximum respect and care.
Regards
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Keyy Network Connectivity IssueHi again @paddaone1
I have released a hotfix for this issue in version 1.1.13. Please update your app in the next few hours and it should hopefully work fine.
Please let me know if it does not work and I’ll look in right away.
Warm Regards
Hi again @paleopollywog
Thanks for clarifying, looks like Keyy is not connected for this specific site. You will want to connect Keyy to your app first before you can use it to login.
You will first want to turn Keyy off as shown here
https://getkeyy.com/faqs/how-can-i-disable-keyy-on-a-website/
Once done you can set it up from scratch as shown here. It should take less than a couple of minutes.
Thanks @biswajitpaul05
I actually tested these two plugins and found that using only the custom login url along with Keyy did not break the wave ( on both Firefox and Chrome ) so maybe its some other plugin or setting that could be conflicting.
Maybe you could try it the next time you consider giving Keyy a shot
Hi there @paleopollywog !
Thanks for using Keyy. Are you getting any error messages when trying to login ?
If you want to log in to the same phone you are using Keyy on then please try the following.
https://getkeyy.com/faqs/how-do-i-login-to-my-wordpress-website-using-keyy/
If you are for any reason locked out of Keyy then please try this
Also the ability to use either Keyy or a password is available only in the premium version.
Let me know once thats done and I can help you get Keyy setup
Warm Regards
Sorry about that ! I missed going through your first post.
I did investigate the page and observed the login form structure itself highly is modified by WPPB and this causes the JS that Keyy relies on to remove the whole container as opposed to only the Keyy wave.
I think the simplest way forward in this case is to use either the wave or the QR code (not both). This will allow you to keep both plugins up to date by avoiding modifications to the code.
Also you may want to hide the switch with this
.keyy_qrcode_switch { display:none; }Warm Regards
JudeThanks for reporting this @hawkmeister
I am reviewing the logs you sent in and working on a fix. I do not have a physical device with the same Android version as yours at the moment so its taking a bit longer as I try to debug this with the help of emulators.
I will get back to you via email as soon as I have wrapped this up
Warm Regards
JudeThanks for letting me know @edvardwillaume
If its possible for you to share a link, I’d be happy to investigate and tweak some CSS to make this look good for you
Let me know
Warm Regards
JudeHi @richame
Thanks for getting in touch to clarify !
While its true that some of the optimizations can be attempted from the phpMyAdmin interface, they are not exactly simple and a lot of things can go wrong if you are not proficient with databases. Many of the optimizations we use have queries that are fine tuned and tested across many DBs which may not be possible for you to get right the first time trying this.
Also there are some optimizations that go beyond just SQL like our image optimisations so in these cases phpMyAdmin wont be able to substitute our plugin.
That said, we’d be very interested to know if there is any specific reason your web host has against using our plugin. We know lots of hosts where its used and it works great.
Warm Regards
Hi there @marcoevich
Hope all is well with you !
I took a look at the code and can confirm that we do not do not reference GF in it . I also searched for the specific string from the screenshot
wp_rg_form_tableand was not able to find it. So I think you’re right in that its being called because it scans through the whole DBWarm Regards
Hi there @edvardwillaume
You can try this code and it can help integrate Keyy with your plugin.
function keyy_support( $form_part, $args ){ global $keyy_login_plugin; $keyy_login_plugin->enqueue_scripts('login'); return $form_part; } add_filter( 'login_form_bottom', 'keyy_support', 9999, 2 );Only I am a bit worried about the scenarion where I – or my users – can´t log in due to missing network on their phone or tablet, which might happen occasionally.
Any thoughts about that?Keyy has a secret login url which you can use in such cases
https://getkeyy.com/faqs/how-can-i-disable-keyy-on-a-website/
Regards
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Keyy Network Connectivity IssueHi there @paddaone1,
Thanks for using Keyy. Can you please send me the logs via the phone app ? You can use the contact support option in the menu and it will attach the needed logs
Warm Regards,
Forum: Plugins
In reply to: [Keyy Two Factor Authentication (like Clef)] Can’t login from mobileHi there @ken Ken
I’d like to take a closer look at why this is happening. Can you please send me the logs exactly when this happens on the app ? Please use the contact support option available in the app and we’ll get right back to you
Thanks