Beskrivelse
🔗 Create secure, self-expiring, automatic login links for existing WordPress users. Login works just by opening the link.
Using the One-time Login Link, users can login without username or password.
You can customize when the login expires and which roles cannot use the One-time Login Link.
Why?
In projects, we sometimes encounter (groups of) users struggling with the sheer number of passwords they have to manage.
Naturally, we prefer good password management, combined with other, additional security layers. However, we’d like to accommodate this group.
This plugin allows you to log in securely without a password.
What does it do?
- In the user list, the plugin creates a ‘Send login once link’ for each user.
- The link creates a personal key linked to the user that can be used to log in temporarily (maximum 15 minutes).
- The link will be sent to the user via email.
Furthermore, the website administrator can customize the settings for
* The link expiration time
* Whether or not users can request a link themselves and if,
* If rate limiting is needed (e.g. no more than once every 5 minutes)
This plugin is under active development. Any feature requests are welcome at [email protected]!
Skærmbilleder

Roles section of the Settings page where you can exclude roles. 
Mail settings section where you can customize the mail that will be sent to the user when a One-time Login Link is created. 
Other options for customizing the plugin, like the Link expiration time, whether or not users can request a link themselves and settings for the rate limits for these requests. 
The link that appears with the user in the list on the Users admin page. Simply click the link to send the users a new login token.
Installation
Install the One-time Login Link from within WordPress
- Visit the plugins page within your dashboard and select ‘Add New’;
- Search for ‘Zodan One-time Login Link’;
- Activate the plugin from your Plugins page;
- Go to ‘after activation’ below.
Install manually
- Unzip the One-time Login Link zip file
- Upload the unzipped folder to the /wp-content/plugins/ directory;
- Activate the plugin through the ‘Plugins’ menu in WordPress;
- Go to ‘after activation’ below.
After activation
- On the Plugins page in WordPress you will see a ‘settings’ link below the plugin name;
- On the One-time Login Link settings page:
** Select which user roles to exclude
** Set the mail settings for the mail with the link users receive
** Optionally, take a look at the other settings - Save your settings and you’re done!
FAQ
-
Does it work in a multisite environment?
-
Yep. It does.
-
Do you have plans to improve the plugin?
-
We currently have on our roadmap:
* Improve speed (using a separate -indexed- table)
* Improve logging
* Improve UX (e.g. adding a progress bar)
* Adding translationsIf you have a feature suggestion, send us an email at [email protected].
Anmeldelser
Der er ingen anmeldelser for denne widget.
Bidragsydere & udviklere
“Zodan One-time Login Link” er open source-software. Følgende personer har bidraget til dette plugin.
BidragsydereOversæt “Zodan One-time Login Link” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
0.0.10
- Fixed use of wp_set_auth_cookie()
0.0.9
- Small code optimizations
0.0.8
- Fix bug with fingerprint mismatch due to not cleaning up old hashes
- Small code optimizations
0.0.7
- Changed the way the request link was added to the login page
- Name change to satisfy the WP plugin check
- Cleaned up the settings page
0.0.6
- Optimized logging functions for bulk mailing
0.0.5
- Added a link in the admin panel to send an email with a One-time Login Link to all users at once
0.0.4
- Solved verify issue with possible multiple users
0.0.3
- Added settings for customization of link expiration time and rate limiting.
0.0.2
- Added possibility to request a login link (on the login screen).
0.0.1
- Very first version of this plugin.
