I wanted to log to my Vbulletin 2.0 final forum when i discovered that my password was changed to blank.
I checked in the database to find if they were other user that have the same problem:
select * from user where password="";
then i discovered that most administrative users and some others have the same problem !
Is there a hack that allow peoples to reset your password to blank ?
I checked in the database to find if they were other user that have the same problem:
select * from user where password="";
then i discovered that most administrative users and some others have the same problem !
Is there a hack that allow peoples to reset your password to blank ?
Comment