![]() |
Reset Passwords for All Users?
Is there a way I can reset the passwords for all users and then send them all and email letting them know how to proceed?
|
Phpmyadmin, go to the user table, drop the password column, then add it back, with the same details (varchar32, adjust priv's etc....)
Mass mail your users with this: Hello $username, We have recently had a issue with the site, please reset your password via the link below. http://www.yoursite.com/forum/login.php?do=lostpw&email=$email Thanks Staff |
For some that might be a bit "much" and they could potentially mess up the table if they don't add it back properly.
I would instead run this query: Code:
UPDATE `user` Now everyone's password is: Code:
HibbityJibbityBl@hBl@h |
I've used this in the past when I had to reset all passwords and email all users on one of my vb4 boards.
https://vborg.vbsupport.ru/showthrea...904#post479904 |
Quote:
|
Quote:
|
Quote:
|
Quote:
This is probably a better idea: Code:
UPDATE `user` |
All times are GMT. The time now is 04:35 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|