The MU forums have moved to WordPress.org

Users and Password Reset (2 posts)

  1. miklb
    Member
    Posted 14 years ago #

    Anyone familiar with a plugin or function that would allow me to bulk reset passwords?

  2. miklb
    Member
    Posted 14 years ago #

    Just in case someone else comes along with a similar question, I found some SQL for my needs. In my case, I wanted to change most users passwords then have them reset it themselves.

    UPDATE wp_users SET user_pass = MD5('NewPassword') WHERE user_login not in ('admin','other','users','you','don't','want','to','change')

    Similarly I suppose, you could do WHERE ID not in (1,2,3,…)

About this Topic