Quote:
Originally Posted by ozzy47
Sure use this format.
Code:
UPDATE `user` SET `passworddate` = '2012-10-22' WHERE `user`.`userid` !=1 AND `user`.`userid` !=2 AND `user`.`userid` !=3;
Yes you run the query in the acp.
Correct, it will give them the standard message:
Your password is 733 days old, and has therefore expired.
Please change your password using this page.
|
Ok thank you very much ozzy!