How can I make it so all active users will have tp change their password today?
Announcement
Collapse
No announcement yet.
make all users change their passwords now..
Collapse
X
-
how about in 3.5?
does 3.5.2 have a feature for mask change requests? I d liek it so after ai set a certain 'swich', the must change them again on each login, thne they are okay.
FOr example, if we suspect people's passwords have been compromised, and we want everyone to change their passwords on heir next login, there could be a button to do that in admin cpComment
-
Originally posted by FlorisThere is no feature to mass change the passwords or force them to change it. You could however set a password history cycle up, for example, one per month. Which forces them to change it every 4 weeks.Comment
-
Originally posted by jillyHow can I make it so all active users will have tp change their password today?
But if you enable that option and want it to be implemented right this second - then you'd want to run this query:
UPDATE user SET passworddate='2005-11-01';
Since it's been longer than 4 weeks, next time they login it will force them to change it. This is of course assuming that you have not altered the table name w/ a prefix.http://www.ragnarokhq.com (Administrator)
Fansite for RagnarokOnline since 2002. Since I started I've learned a lot. I'm so vastly experienced at PHP I can pretty much code anything.Comment
Related Topics
Collapse
-
by CraigWas there anything changed in v5.4.3 to prompt users to change their password?
I have been prompted as an administrator to change my password.-
Channel: Support Issues & Questions
Tue 25 Sep '18, 11:51pm -
Comment