![]() |
No you got the function of this constant wrong. When set vBulletin will still sent the hashed password to the server, and will still do the password check on the hashed password. It will however also sent the unencrypted password in a seperate variable to the server to be processed on the server side. (Normal the unencrypted password is not sent over the network to the server but stripped on the client side).
|
Quote:
Is there a location these seemingly undocumented things are...documented? Thanks guys. |
Hmm what you COULD do:
- Check if the MD5 password matches - If not encrypt the unencrypted password with SHA1, and check the password. If it is a match, re-hash the unencrypted password with MD5 and write to the database so the next attempt will match the normal MD5 hash vBulletin uses. After some time most SHA1 hashed passwords should be gone. |
Quote:
The only thing is, I'm not sure how to actually implement it. Any ideas? |
I am also interested in how to check if the md5 passwords match for a script i am currently working on
https://vborg.vbsupport.ru/showthread.php?t=151787 |
Well thanks for the hijacking, someone would've seen your thread.
Alas, I have a feeling if any progress is made for either one of our causes it'll be helpful to the other. |
To get assistence in coding these plugins, please post in Programming Discussions
|
Quote:
|
All times are GMT. The time now is 08:06 PM. |
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:
|