Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

MASS Users Password Reset

Descrizione

MASS Users Password Reset è un plugin WordPress che consente di reimpostare la password di tutti gli utenti. Può raggruppare gli utenti in base al loro ruolo e reimpostare la password di quel gruppo. Invia email di notifica agli utenti sulla loro nuova password generata casualmente.

DOCUMENTATION

Features
• Easy installation
• Role wise bifurcation of users
• Sends Notifications to selected role users
• Multilingual Translation Enabled
• Free support
• You can update upto 100 passwords

Awesome plugin
“it’s very useful and great plugin to reset all the users password.” ~@ashkanram

Get Schedule Password Reset Add On
• Pre-defined password reset schedule
• Unlimited password reset
• Role based schedule option

Get Password Reset Log Add On
• Maintain the password reset log reset by MUPR plugin
• Accurate user password reset log
• Available for MUPR and MUPR Pro

Does a really good job
“Seems to do a really good job of sending out password resets for multiple users. The pro version is definitely worth paying for the extra features.” ~@lightwavin

Scopri le funzionalità avanzate di Mass Users Password Reset Pro:

• Opzione di reimpostazione della password di un singolo utente nella pagina utenti.
• Azione di gruppo di reimpostazione password per più utenti selezionati nella pagina utenti.
• Template personalizzato per l’email di reimpostazione della password.
• Oltre al filtro dei ruoli utente, puoi filtrare gli utenti usando filtri di campo personalizzati di tua scelta.
• Opzione per inviare il link di reimpostazione password agli utenti invece della password in testo semplice.
• Compatibile con un numero molto elevato di utenti nel sistema.
• Possibilità di aggiornare password in numero illimitato.

Very nice
“This is for the Pro version, which is a very nice plugin!” ~@kostas45

Scarica Mass Users Password Reset Pro

Screenshot

  • Mostra la lista degli utenti e le opzioni.
  • Mostra il formato dell'email di reimpostazione della password

Installazione

Questa sezione descrive come installare il plugin e renderlo funzionante.

es.

  1. Installa il plugin tramite WordPress o scaricalo e carica il plugin nella directory /wp-content/plugins/
  2. Attiva il plugin attraverso il menu Plugin in WordPress.
  3. You can see the Mass Users Password Reset submenu inside the Users menu.

FAQ

Qual è la lunghezza della password generata?

The length of randomly generated password is 8 characters, but by applying filter mupr_password_length you can customize it. For Example: Write this code in function file

add_filter( 'mupr_password_length', 'callback_function' );
function callback_function() {
    return 6;
}

Quando vengono inviate notifiche via mail?

Quando l’utente sceglie di generare una nuova password, verrà inviata agli utenti un’email con la nuova password casuale.

Ho un’idea per un ottimo modo per migliorare questo plugin.

Grande! Mi piacerebbe avere tue notizie all’indirizzo support@krishaweb.com

An email is handeled by the plugin?

No, the plugin uses wp_mail function to send the email. If an email is not sent from your site, you can use any SMTP plugin.

Recensioni

2 Novembre 2021
DANGEROUS Junk Garbage and Misleading! The TEST mode is actually a LIVE function and upon "TESTING", I sabotaged 4 Admins and potentially my 6000 users! Support is available but pointless. They don't reply clearly or coherently. The Documentation is vague, and has little effort in details. Its very Mickey Mouse. (light and fluffy) I followed the illusive instructions to commence a TEST, and I locked out four Admins from using the site. I have over 6000 users, and I'm waiting for the fire to rain down on me. Hopefully it only affected the Admins. This is a DANGEROUS and Misleading Plug-in, I don't recommend, unless you don't need to TEST anything. P.S. this is the only plugin Iv test, so I can't speak for the rest of their work. UPDATE! More Problems with this tool. The email template is randomly resetting my layout. I have to make my email template in another software and save the code locally, so I can past it back into the editor. So aggravating using this tool.
22 Settembre 2021 2 risposte
This is for the Pro version, which is a very nice plugin! A little improvement: when "Reset Password" button is pressed, the message for anything that may went wrong is displayed on top of page, so is not visible to the user. Moreover, it disappears after a few seconds, so the user has to quickly scroll to top of page! Also there is no message for success, or I was not fast enough to scroll to page top... Maybe the message should appear below "Reset Password" button, or the page should scroll to page top automatically. Nevertheless, this is a five star review from me. Thank you, Kostas
29 Giugno 2020
Really such a great plugin for password reset. also i'm use this plugin as a security purpose, I'm use the schedule password reset option to secure my store user details. Thank you.
31 Marzo 2020
Seems to do a really good job of sending out password resets for multiple users. The pro version is definitely worth paying for the extra features. Thanks, developer.
Leggi tutte le recensioni di 10

Contributi e sviluppo

“MASS Users Password Reset” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“MASS Users Password Reset” è stato tradotto in 9 lingue. Grazie ai traduttori per i loro contributi.

Traduci “MASS Users Password Reset” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog (registro delle modifiche)

1.9

  • Compatibility with latest version

1.8

  • Added mupr add-on link

1.7

  • Added help link

1.6

  • UI improve

1.5

  • Modified hooks

1.4

  • Added hooks for developer

1.3

  • UI update

1.2

  • Include Administrator role in users list

1.1

  • Made Translation ready