Title: EffortLess Temporary Secure Login
Author: domclic
Published: <strong>15 liepos, 2026</strong>
Last modified: 15 liepos, 2026

---

Ieškoti įskiepiuose

![](https://ps.w.org/effortless-temporary-secure-login/assets/banner-772x250.png?
rev=3608402)

![](https://ps.w.org/effortless-temporary-secure-login/assets/icon-256x256.png?rev
=3608402)

# EffortLess Temporary Secure Login

 Autorius [domclic](https://profiles.wordpress.org/domclic/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/effortless-temporary-secure-login.1.1.2.zip)

 * [Informacija](https://lt.wordpress.org/plugins/effortless-temporary-secure-login/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/effortless-temporary-secure-login/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/effortless-temporary-secure-login/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/effortless-temporary-secure-login/#developers)

 [Pagalba](https://wordpress.org/support/plugin/effortless-temporary-secure-login/)

## Aprašymas

EffortLess Temporary Secure Login lets an administrator create a time-limited login
link for a developer or support person, without ever sharing a password. Choose 
a role, choose an expiry, copy the link. The link auto-expires (deleting the temporary
account and destroying its sessions) or can be revoked instantly.

## Diegimas

 1. Upload the plugin files to `/wp-content/plugins/effortless-temporary-secure-login`,
    or install directly through the WordPress plugins screen.
 2. Activate the plugin.
 3. Go to Users > Temporary Logins to create your first temporary login.

## DUK

### Does this share my real password?

No. The plugin creates a separate, disposable WordPress user account and authenticates
the recipient via a secure signed link — no password is ever shared or stored in
plain text.

### What happens when a temporary login expires?

The account is automatically logged out, its sessions destroyed, and the underlying
WordPress user account deleted. The event stays visible in the plugin’s activity
log.

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“EffortLess Temporary Secure Login” yra atviro kodo programa. Prie jos sukūrimo 
prisidėję žmonės surašyti toliau.

Autoriai

 *   [ domclic ](https://profiles.wordpress.org/domclic/)

[Išverskite “EffortLess Temporary Secure Login” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/effortless-temporary-secure-login)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/effortless-temporary-secure-login/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/effortless-temporary-secure-login/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/effortless-temporary-secure-login/)
per [RSS](https://plugins.trac.wordpress.org/log/effortless-temporary-secure-login/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 1.1.2

 * Fixed: a temporary login’s granted Super Admin status was never actually revoked
   on expiry, revoke, or uninstall — `revoke_super_admin()` was called with the 
   temporary account’s username instead of its numeric user ID (which WordPress 
   core silently ignores), and the uninstall routine didn’t call it at all.
 * Fixed: network-activating the plugin on a multisite install with existing sites
   only provisioned the tables/cron for one site; every other existing site never
   got its `eltsl_logins`/`eltsl_activity` tables.
 * Fixed: sites that only got provisioned via the lazy per-site upgrade path never
   had the hourly expiry sweep scheduled.
 * Fixed: uninstall only cleaned up the first 100 sites on a large network (missing`
   number => 0` on the site query).
 * Fixed: an unparseable custom expiry date silently created an already-expired 
   login instead of falling back to the default duration.
 * Improved: front-end token verification now looks up the matching login by its
   indexed token hash instead of scanning and re-hashing every active login.
 * Improved: the Network Admin list table no longer re-resolves a site’s URL once
   per row, and skips the lookup entirely for sites with no logins.
 * Refactored: the per-site and network-wide list tables now share their column-
   rendering and revoke-link logic instead of duplicating it.

#### 1.1.1

 * Fixed a 404 when generating or revoking a temporary login from Network Admin —
   the create form and revoke links pointed at `wp-admin/network/admin-post.php`,
   which doesn’t exist; `admin-post.php` is a shared handler that always lives at`
   wp-admin/admin-post.php`.

#### 1.1.0

 * Added a Network Admin > Users > Temporary Logins page (multisite) with a site
   picker to create a temporary login for any site in the network, plus a combined
   list/revoke table across every site.
 * Added an option (Network Admin only, visible only to an existing Super Admin)
   to also grant the temporary account real Super Admin rights for the login’s lifetime,
   cleanly revoked via revoke_super_admin() on expiry or manual revoke.
 * Existing installs are upgraded automatically (adds the is_super_admin column 
   to the logins table).

#### 1.0.3

 * Set Author to domclic (Donate link intentionally stays https://id7.dev/donate/,
   per project convention).

#### 1.0.2

 * Renamed to „EffortLess Temporary Secure Login” and set Contributors to domclic.
 * Fixed Plugin Check findings: prefixed template loop variables in the admin view,
   and switched the direct-file-access guard in helpers.php/class-eltsl-secret.php
   to the standard ABSPATH-only check (recognized by automated scanners) — test 
   loading now sets ABSPATH itself instead of a separate testing constant.

#### 1.0.1

 * Fixed multisite: sites created after Network Activation now get their tables 
   and cron sweep provisioned automatically, and network-wide uninstall now cleans
   up every site instead of only the current one.

#### 1.0.0

 * Initial release.

## Metainformacija

 *  Version **1.1.2**
 *  Atnaujinta **prieš 3 savaitės**
 *  Aktyvių instaliacijų **Mažiau nei 10**
 *  WordPress versija ** 6.2 ar naujesnė **
 *  Ištestuota iki **7.0.2**
 *  PHP versija ** 7.4 ar naujesnė **
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/effortless-temporary-secure-login/)
 * Žymos
 * [login](https://lt.wordpress.org/plugins/tags/login/)[passwordless](https://lt.wordpress.org/plugins/tags/passwordless/)
   [security](https://lt.wordpress.org/plugins/tags/security/)[support](https://lt.wordpress.org/plugins/tags/support/)
   [temporary access](https://lt.wordpress.org/plugins/tags/temporary-access/)
 *  [Daugiau](https://lt.wordpress.org/plugins/effortless-temporary-secure-login/advanced/)

## Įvertinimai

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/effortless-temporary-secure-login/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/effortless-temporary-secure-login/reviews/)

## Autoriai

 *   [ domclic ](https://profiles.wordpress.org/domclic/)

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/effortless-temporary-secure-login/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://id7.dev/donate/)