Forum


HomeHomePremiumPremiumAdministrationAdministrationForce Password Change on all users.Force Password Change on all users.
Previous
 
Next
New Post
5/9/2013 12:53 PM
 
I have a site that has about 175 users and the company wants all users to change their passwords.  I know I can force password chage one profile at a time but I really don't want to do that 175 times.  Is there a way to force passowrd change on all users at once?
 
New Post
5/9/2013 1:18 PM
 

Hi Hutch,

I'm usually concerned to give user advise to run scripts on their database, but you could do something like this:

update users
set updatePassword = 1
where userid > 10

I add userid greater than 10, but you can adjust that so you don't force host nor admin users to have their password reset.

For security (and disclaimer) I would recommend a full site and db backup to prevent potential misuse. :)

cheers,

Aderson

 
Previous
 
Next
HomeHomePremiumPremiumAdministrationAdministrationForce Password Change on all users.Force Password Change on all users.



Try FREE
30 days money back guaranteed