Salta al contenuto
  • Accedi
  • Registrati
WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
  • Supporto
    • Documentazione
    • Forum
  • Info
  • Team
  • Community
  • Traduci
    • PTE status requests by Devs for Italian localization: the guidelines.
  • Learn WordPress
  • Openverse
  • Pattern
  • Scarica WordPress
Scarica WordPress

Directory dei plugin

  • Preferiti
  • Beta
  • Sviluppatori
Scarica

User Toolkit

Di Deryck Oñate
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

User Tools adds missing features to user management, such as basic user activities, including last login, registration dates and user switch from the User administration screen. You can deactivate users without deleting them, allowing you to maintain your ownership of past user activity and content.

SECURITY

Disabled user

Your own user or the first created used cannot be disabled. Disabled user will not lost data or be deleted under any circumstances.

User switching

Only users with the ability to edit other users can switch user accounts. Unless you create new roles with this capabilities, this is only Administrators on single site installations, and Super Admins on Multisite installations.
Passwords are not (and cannot be) revealed.
Uses the cookie authentication system in WordPress for user switching.
Implements the nonce security system in WordPress, meaning only those who intend to switch users can switch.
Full support for user session validation where appropriate.
Full support for administration over SSL (if applicable).

** REST API Support **

The field last_login is included as a result in endpoint wp/v2/users/.
Filtering the endpoint wp/v2/users/ using parameter last_login is also supported.

USAGE

Disable user

  1. Visit the Users menu in WordPress and you will see a enable/disable switch in the list of each user.
  2. Click on the “Activate” switch to disable (gray) or to enable (blue).
  3. Visit every user profile and check/uncheck “Activate user login” to enable/disabled the user.

Switch user

  1. Visit the Users menu in WordPress and you will see a “Switch to” link in the list of each user.
  2. Visit every user profile and click on the “Switch to {user}” to switch to the user.
  3. You will be able to switch back using the message that will appear in every admin screen.
  4. You will be able to switch back using the “Switch back to {user}” located in the User menu in the admin bar.
  5. If the user you switched to does not have access to the admin screens you will be able to switch back using the link located in the right bottom corner of the screen.

User Columns

  1. Visit the Users menu in WordPress and you will see a “Last Login”, “Registered” and “ID” columns by default in the list of each user.
  2. Disable all or any column clicking “Screen Options” on the right top corner of the screen.

** Retrieve Last Login info using REST API **

  1. Get last_login field with ISO 8601 form on endpoint wp/v2/users/
  2. Filter using parameter last_login using the following options wp/v2/users/?last_login=FROM,[TO:optional] using ISO 8601 or Y-m-d format.

PRIVACY STATEMENT

This plugin makes use of browser cookies in order to allow users to switch to another account. Its cookies operate using the same mechanism as the authentication cookies in WordPress core, which means their values contain the user’s user_login field in plain text which should be treated as potentially personally identifiable information (PII) for privacy and regulatory reasons (GDPR, CCPA, etc). . The names of the cookies are:

  • wp_usrtk_user_from_{COOKIEHASH}
  • wp_usrtk_user_switched_{COOKIEHASH}

Screenshot

  • Login activation/deactivation, Registration date, Last Login date and ID columns.
  • Filter by login status.
  • Login status, registration and last login dates in user profile.

Installazione

  1. Upload user-toolkit to the /wp-content/plugins/ directory or install directly through the plugin installer.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer.
  3. Disable any extra column you don’t want, using Screen Options in the Users screen.
  4. Enable or disable any user login access in the Users screen or in the User Edit screen.

FAQ

Will this plugin deactivate all users login by default?

No. All users will remain active by default. You select what users do you want to deactivate.

Last Login dates will be displayed as soon as I activate User Tools?

No. WordPress does not have that information. It’s introduced with the plugin so will be tracked as soon as you enable it. However, we are working to have the last activity of the user available as soon as the plugin is activated, even if the user has not logged in yet.

Recensioni

AMAZING

neomie6011 1 Aprile 2023 1 risposta
Amazing awesome plugin, works just as described. Keep creating, you are amazing!!!!!

Very helpful plugin for user management

Ts.Kalandadze 1 Marzo 2023 1 risposta
User Toolkit adds some helpful features for user management. It comes with the functionality to switch back and forth between different users which can be super useful for testing. Does not come with UI bloat which is important.

The missing link

wilcosky 19 Febbraio 2023 6 risposte
WordPress needed this. There are similar plugins but this one seems cleaner, and has more/better features. I have an issue though. I have three WordPress installations currently. With one of them the user-switching feature works. With the other two, it does not. I will click switch user and it redirects to the front end of my site but I am still logged in as the admin. One of the two that doesn't work has very few plugins installed which initially is making me lean away from it being a plugin conflict. I'm wondering if it's a cookie issue. If I use the feature on one site and it sets a browser cookie, then I go to another WordPress site to use the same tool, could there be a cookie conflict? My only advice right now, if you have not yet, is to try testing this plugin with multiple live WordPress sites. I'm really hoping this can get figured out because I love all of the other features and information the plugin gives my users page.

FANTASTIC Plugin

Nathan Ingram 5 Dicembre 2022 1 risposta
Very useful functionality and expertly executed. Thanks for your work here!
Leggi tutte le recensioni di 4

Contributi e sviluppo

“User Toolkit” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • Deryck

“User Toolkit” è stato tradotto in 3 lingue. Grazie ai traduttori per i loro contributi.

Traduci “User Toolkit” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.2.1

  • Added last_login as a filter parameter in user endpoint.

1.2

  • Last Login date is now filterable in User List
  • Added last_login field to Users endpoint
  • Improved the Login Status filter in User List

1.1.4

  • Fixed and issue that prevents user switching if there is no access to wp-login.php

1.1.3

  • Fixed and issue that prevents user to be ordered by Last Login

1.1.2

  • Fixed an issue that allows disabling the first user created.
  • Fixed an issue that disabled the user when editing their own profile.

1.1

  • Switch to any user account from the Users screen and be able to switch back to your own user later.
  • Fix: First created user cannot be disabled.

1.0.4

  • Same user displays ON/OFF in login status in User List
  • Same user cannot disable his own login status in User List

1.0.3

  • Stability and security improvements

1.0.2

  • Ability to migrate last login data from When Last Login and Ultimate Member plugins

1.0.1

  • Downgraded to support PHP 7.3

1.0.0

  • Initial Release

Meta

  • Versione del plugin: 1.2.1
  • Ultimo aggiornamento: 1 mese fa
  • Installazioni attive stimate: 100+
  • Richiede WordPress: 5.9.5 o superiore
  • Testato fino alla versione: 6.2.2
  • Richiede PHP: 7.3 o superiore
  • Lingue:

    Chinese (Taiwan), English (US), Spanish (Chile), e Spanish (Spain).

    Traduci nella tua lingua

  • Tag:
    disable userlast loginregistration dateuser profile
  • Visualizzazione avanzata

Valutazioni

Leggi tutto
  • 5 stelle 4
  • 4 stelle 0
  • 3 stelle 0
  • 2 stelle 0
  • 1 stella 0
Accedi per inviare una recensione.

Collaboratori

  • Deryck

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Problemi risolti negli ultimi due mesi:

1 su 1

Chiedi nel forum di supporto

Donazioni

Vuoi sostenere le versioni future?

Fai una donazione per lo sviluppo

  • Chi siamo
  • News
  • Hosting
  • Donazioni
  • Swag
  • Supporto
  • Sviluppo
  • Partecipa
  • Imparare
  • Vetrina
  • Plugin
  • Temi
  • Pattern
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Italia

  • Visita la nostra pagina Facebook
  • Visita il nostro account Twitter
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
Code is Poetry.