We have identified two scenarios where the login URL is not functioning as expected. In both cases, after clicking or pasting the login URL, users are still seeing the login field instead of being logged in. Below are the details:
Scenario 1:
Scenario 2:
Request for Troubleshooting and Resolution: Could you assist in troubleshooting these issues to identify the cause and provide a fix?
]]>Hi! Thank you for this awesome plugin!
I’d just like to let you know that appears to not have the “Log In” button label available on your .pot file, preventing its translation.
Thanks!
Michel.
Hi,
Is there a manual way to send the magic link to a user?
]]>Hey guys – love how simple your plugin is. I want to customise the text in the email and found out where to do it within your plugin files – but my question is, how can I make a template/copy of that specific file so that any updates to your plugin won’t replace it?
]]>Hi there,
Is it possible to extend wpa_valid_account function so that if the account is valid, to log the user out so that when they do click the link they do not get an error saying they are already logged in?
Thanks!
]]>Hi,
For some users, when they click on the login link from their mail it shows them the token has expired even though they click right after receiving the mail (we are using SMTP plugin which delivers mail very fast).
We have also installed WP Mail Logging plugin to check their login link manually and it works at our end but for some reason doesn’t work for them.
Please help on this.
]]>I have a project need biometric authentication and MFA , i want to khow if this plugin provided 2FA , thks u guys
]]>Hi,
I need this plugin for tests purposes, and is it possible to skip this step with login link email? So when I input username and click next, I am logged in. I know a plugin’s code must be edited, I couldn’t change it by myself. Also I don’t receive these emails with login link, and I receive all other email from page.
]]>Here the 2 scenario we found out that make the login URL not working.
Scenario 1:
> Insert the email addresss in the login form (Chrome browser – PC).
> Receive the email with the login URL in gmail website(Chrome browser – PC).
> Copy the url and paste it on Firefox browser (Firefox browser – PC).
> The login is not working, still show the login field (Firefox browser – PC).
Scenario 2:
> Insert the email addresss in the login form (Chrome browser – Android).
> Open Gmail app and click the login URL, open with Chrome browser (Gmail app – Android).
> The login is not working, still show the login field (Chrome browser – Android).
——-
Is there anywhere to troubleshoot and fix this issue?
I’m having the same problem the as the user in the previous post on his multisite. I’ve installed a mail logger, and the plugin is sending two emails within seconds of each other. This means the link in the first email is invalid, and duplicate emails are confusing my users. This only happens intermittently.
]]>I’m getting ‘Your token has probably expired.’ on every login attempt on multisite with latest version 1.1.2
]]>I’m testing and having two issues:
– emails are delivering to my MS365 account using Outlook and protected by Barracuda, but after clicking on the link, I get redirected back to the login page without an error message. I see that some other users have had similar issues, but with an invalid token error message. I’m assuming Barracuda and/or MS is checking the link and it cannot be used again. Are you working on a fix to this? Maybe a “two-time” password? Delivery by SMS? Our site doesn’t need high security and the chances of a link being used by someone else within 10 minutes is slim.
– Emails are not being delivered to my cPanel email that does not have any spam filters, although the email host likely has some filtering in their WAF. I installed WP Mail Log and noticed that the email is being sent without any headers. Is that normal?
]]>I absolutely love this plugin! It hugely improves the user experience for my platform. Thank you very much for developing it.
The only issue I’m having is that emails aren’t being received by users who register with a Gmail address. I have other plugins that send email from the site and those emails are delivered without an issue. It’s just the login emails from Passwordless Login that aren’t delivered.
I’d be very grateful for any support you can offer with this! Thank you!
]]>I found a typo in the passwordless_login.php
file in the description of the plugin:
/**
* Plugin Name: Passwordless Login
* Version: 1.1.2
* Author: Cozmoslabs, sareiodata
* Author URI: http:/www.cozmoslabs.com
The author uri is wrong because it has http:/
instead of https://
.
So the author link is displayed incorrectly.
]]>Hi,
I’m having trouble with the latest update. I think it’s related to the change on row 153 (1.1.1)
$sent_link = wpa_send_link($account, $nonce);
to the new version (1.1.2)
$sent_link = get_option('wpa_login_request_error');
This change results in that I can’t get a custom message from an ACF option field which I use to store a subject + message. The get_field returns nothing, which I guess have something to do with this change, since when I rollback to 1.1.1 or just edit the file, everything works great.
Any idea on whats going on?
]]>Hi, I am an enthusiastic user of Profile Builder Pro, but the header for this plugin is rather scary:
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
What’s the deal? Does it still work? Is it still being developed and supported? I would love to use it by the message is slightly terrifying.
Thanks,
Rob
Hello,
I see that more users encountered this issue regarding Link Protection offered by antivirus. As the solution is pretty simple and you didn’t do anything for fixing it will leave this here so it can help other people.
Search for this part of the code
add_action( 'init', 'wpa_autologin_via_url' );
function wpa_autologin_via_url(){
add the condition at the beginning of the function
//safe link start
if($_SERVER['REQUEST_METHOD'] === "HEAD"){
//Redirect Safelink boot at Home
wp_redirect( home_url(), 301 ); exit;
exit;
}
//safe link End
]]>
Hi,
Is it possible for the login email to be send to two or more distinct email addresses? I’m working on a project where two or more people from the same organisation need to log into the same account?
]]>Hello,
I am wondering if it is necessary or a good idea to have the token expiration user meta based on the user ID. It creates a specific entry per user and therefore you end up with a lot of columns if you export the users as a csv file, and also a lot of column options when adding a custom field with Admin Columns.
It does not affect functionality at all but it seems like unnecessary complexity. I also do not think it helps make anything more secure.
Please let me know the rationale behind the decision.
]]>Two emails are being sent every time at the exact same time. One says token expired and the other one works. It’s confusing to users. I have verified and the shortcode is on the page only once (not duplicate). Please advise.
]]>It would be great if the plugin added support for the wp_set_auth_cookie() ‘remember’ second argument. It would have to be added to the login form and passed as another $_GET[‘remember’] value.
Any reason why it could cause issue?
]]>We’re seeing two emails being sent. One says the token has expired and the second works. Any ideas?
]]>Hi,
With latest wp we get “Your token has probably expired. Please try again” error message
Could you please help?
Thanks
Hi, I am testing setup of passwordless login for our website. It works fine with Yahoo and Gmail accounts but when I use Microsoft 365 emails I get the message “Your token has probably expired. Please try again” even if it has only been a couple of minutes since the email was sent. I have tried with aliases as well – no luck.
Any advice to troubleshoot this issue?
Cheers,
N.
Hello,
If I have an antivirus or another tool that checks the links in my email before I visit them, i.e. a service or bot visits them, then the token is used and when I click on it it’s not working anymore. Is there any way to validate the login when the user actually arrives on the page?
(It’s not possible to deactivate the software.)
Hi,
We are using passwordless login plugin. During a live event, the plugin stopped working properly when users tried to login simultaneously ( 500 + users ). Mails were not delivered to many users. Is there a restriction on number of logins / simultaneously logins that can be made using the free version of the plugin ?
Hi there,
Ive been testing out the plugin. It has been great so far and congrats for the easy of use. Very much appreciated.
I am facing an issue and not sure if it is some other issue not related to the plugin.
If a new user registers for a site, but before they have been activated or approved on the site, what is the default action of passwordless login?
For instance, go to page where passwordless login shortcode is located, put in email address of recently registered user (but user has not yet been approved/verified for the site). Do they receive an email with the one time password and bypass the verified/approved stage?
]]>Hi, today I found a problem. I received the link to login on my outlook App, when I clicked it opened a window inside the Outlook app and the login did not work. It said the link was expired.
So I asked for a new email link and I copied the link and pasted on Chrome App, and it worked.
We need to find a way to turn around this issue, as most people use a Mail App.
Thanks for the awesome plugin!
]]>Hi guys, I’m going to use your plugin for a membership website. It’s the cleanest plugin that I found for passwordless login!
My question: is this plugin will get updates in the future? I’m afraid that a new mayor WordPress release could brake it.
Regards and thanks,
Ariel.
Version: 1.1.1
file: passwordless_login.php
line: 159
what is the variable for $redirectTo
?