E-mail User Cleaner

Beskrivning

The plugin provides the administrator with a convenient maintenance page, called E-mail User Cleaner, which will be navigable through the WordPress administrative interface.
From the E-mail User Cleaner page you will be able to:
– generate and download a CSV file containing a complete list of registered users on the WordPress instance.
– Specify one or more e-mail addresses (one address per line), corresponding to registered users on the WordPress instance, to be deleted from the system.
– Identify duplicated users (based on criteria that checks first name, last name and e-mail address) and decide to select and delete them, also referring to the last login date to the WordPress installation.

Skärmdumpar

Installation

Install the plugin and activate it. You will find the E-mail User Cleaner entry in the sidebar of your WordPress Administrative Dashboard.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”E-mail User Cleaner” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”E-mail User Cleaner” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.7.1

  • Updated compatibility with WordPress 6.8.
  • Added DEPLOY.md to this repository (to make life easier for those who need to release an update on GitHub and then SVN WordPress).
  • Migrate SVN release to GitHub Actions.

1.6

  • You can now identify duplicated users (based on criteria that checks first name, last name and e-mail address) and decide to select and delete them, also referring to the last login date to the WordPress installation.
  • You can use, for your tests, the Python script generateRandomCSV.py (found in the tools folder of the plugin’s GitHub repository) which is able to generate CSVs of fake users complete with first name, last name, email address, which you can import into WordPress (test environment) to play around with this plugin and verify that everything is working properly (you can find two ready-made files already, example_include-names.csv and example_simple.csv).

1.5

  • Initial release published in the WordPress plugin directory.