May12

Written by:David Aldridge
5/12/2011 4:06 PM 

If you have direct access to the database then you can do this using the following update query:

update users set user_hash=MD5('new-password') where id<>1;

This updates all users except the admins to new-password.

 

Tags:

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
Enter the code shown above in the box below
Add Comment  Cancel 
You must be logged in and have permission to create or edit a blog.