The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Issue New Password To Every Member
Hello!
I searched the forums and hack database for this, but couldn't find anything of this sort. Is anybody willing to write some sort of a script to issue new passwords to all of the Member's of a vB Board? I'm in the process of transfering a Snitz board to vB and I need something like this. Is anybody up to it? Thanks! |
#2
|
|||
|
|||
Cary, done!
Contact me on IRC At the moment it integrates with the normal email.php script from vBulletin. So you can select on user, usertitle, usergroup, join date, visit date, etc - just as normal. It has sparkz script integrated to also email users who have set to ignore admin emails - so you are sure every member get it. It automaticly generates a new password and you can just add it to the email as Your new password is: $newpassword And you can select to do this, or not. So you can still use email.php as normal. You can also select to display the new password while sending the emails, so you can have a copy yourself, for either debug reasons, or to help users who didn't receive the email or whatever. You can also select 'test' and set to enforce new pass and echo out, but it won't send the email and it won't actually set a new password. So you can normal test email and newpass test email. Credits will be given to sparkz for the admin_email_enforcer and to erwin for the random_generator_code and to me for realizing it and integrating it with vbulletin and sparkz hack and making it work with version 2.3.0 of vbulletin and because i just wanted to pat myself on the back because it only took me a very short time to make it (to my suprise) |
#3
|
||||
|
||||
Here is what I use:
|
#4
|
||||
|
||||
screenshot
|
#5
|
|||
|
|||
Our hacks are close logician,
I will release mine in a second, I am still writing the installation instructions. |
#6
|
|||
|
|||
<a href="https://www.vbulletin.org/hacks/index.php?s=&action=showhack&hackid=1143" target="_blank">http://www.vbulletin.org/hacks/index...ck&hackid=1143</a>
Done. |
#7
|
||||
|
||||
hmm, the easiest way would be to run this query:
[sql]UPDATE user SET password='' WHERE userid!=1[/sql] then every password is emtied and everyone has to use passwordrecovery. It's not that nice than your scripts, but it does what needed |
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
How about security breach ?
|
#10
|
|||
|
|||
Thank you very much xiphoid! I owe you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|