The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mass forum password/reset notification?
Basically I just want to be able to make it where when a user logs in it requests that they change their password saying it as expired. I would use the expiry password option to the usergroup but if I set it to 7 days it won't matter to the people that don't login before that time. And if I have to enable it again the users that already reset their password will have to do it again and get annoyed.
Now the even better situation is if I can run something to be able to change everybody's password manually and then just send them an email explaining they need to change their passwords and I will include a link where they enter their email in and they can change it with that. Or if they try to login eventually with their old password it states that it has been changed and they need to do a reset with their email. Any help with this would be appreciated. Thanks! |
#2
|
||||
|
||||
Do a backup first!
You can set the Password Expiry to 730, then run this query. Code:
UPDATE `user` SET `passworddate` = '2011-10-20' WHERE `user`.`userid` !=1; Then when every user logs in, they will need to set a new date |
#3
|
|||
|
|||
Quote:
Also this is a normal query to run via acp correct? And by password date you mean it will just say your password is so and so days old and needs to be changed where they can do it right on the site correct. |
#4
|
||||
|
||||
Sure use this format.
Code:
UPDATE `user` SET `passworddate` = '2012-10-22' WHERE `user`.`userid` !=1 AND `user`.`userid` !=2 AND `user`.`userid` !=3; 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. |
#5
|
|||
|
|||
Quote:
|
Благодарность от: | ||
ozzy47 |
#6
|
||||
|
||||
Not a problem, glad to help.
|
#7
|
|||
|
|||
I would like your post to but it seems I've liked you a lot and won't let me haha. Keep up the awesome work and job around here dude!
|
#8
|
||||
|
||||
Not a problem, alot of people run into that.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|