• 3000 + Downloads
  • 750+ Active installs
  • 6 Language support
  • 4.5 User Ratting
line

Strengthen the user security by resetting multiple users’ password in just one click

What users have to say

  • I misinterpreted an Action in the Docs and thought the whole Plugin was useless. After writing their support I got a Skype Message in 10-20 min and my Support Assistant saw the error right away and fixed it! Saved me a lot of Problems with a client who needs it to work today.

    I'll be surely checking out your other plugins to know what you have because with this level of support I feel very good with buying your Plugins!

    rtwe
  • This is a really good plugin, that has great flexibility in resetting passwords for my large database of users (over 1000). Filtering who to send to is also a helpful feature. I ended up using this plugin to send the welcome email (customisable) with the users password and username. Also, when I needed help with additional features, the developer was excellent in helping with my requirements. Outstanding support.

    lightwavin
  • Mass User Password Reset has amazing ability and feature availability. I was looking for some custom features and plugin’s customization flexibility makes it easy.

    promo_dev
  • Five star for the customer support. They replied to the query within 24 hours and made the customization so quick. I will highly recommend Mass User Password Reset Pro for any WordPress set up.

    Emigrantai

Features Breakdown

Features
Free
Premium
  • Role based grouping
  • Email notification with new password
  • Multilingual Translation
  • Custom filter based actions
  • Custom email template
  • Option to send password reset link
  • WooCommerce compatible
  • Multiple methods to update password
  • Test Mode
  • BuddyPress compatible
  • Dokan - multivendor marketplace compatible
  • WP CLI support
  • Exclude valid reset link user
  • Support
    Forums
    Email & Phone

Add Ons

  • Schedule Password Reset Add On

    Schedule Password Reset Add-on is the extension to Mass User Password Reset Plugin that lets you automatically reset the password of all WordPress users at predefined schedule. You don’t need to worry about the schedule password update. Just set it and forget it. Schedule password reset adds on will do the work for you.

  • Play
    video
  • Play
    video
  • Password Reset Log Add On

    Password reset log for Mass User Password Reset gives you the complete log of password reset history of each user in your system. You can also check who has reset the password for user. This add-on is compatible for both Mass User Password Reset and Mass user Password Reset Pro.

FAQ’s

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’,’my_theme_function’);
function my_theme_function(){
	return 6;
}

When user will choose to generate new password, an email with the new random password will be sent to users.
Great! We would love to hear from you at [email protected]
If you want to disable email notification for the reset password email then add the below code to the function file.

add_filter( 'mupr_send_email', '__return_false' );

If you wish to keep a fix password before you reset the password then you need to add the below code to the function file. Change the string to what ever the password you wish to keep.

function callback_function_set_user_password( $password, $userinfo ) {
	return $password;
}
add_filter( 'mupr_set_user_password', 'callback_function_set_user_password', 10, 2 );

line

Strengthen the user security by resetting multiple users’ password in just one click

Get in touch

captcha