I define that constant but I can get the password without md5 applied neither on the login nor registration. Maybe I'm using the wrong variable to get the clean password, I use the $vbulletin->GPC['vb_login_password'] variable in login and $vbulletin->GPC['password'] on registration.
--------------- Added [DATE]1323896650[/DATE] at [TIME]1323896650[/TIME] ---------------
I found out that the:
Code:
define('DISABLE_PASSWORD_CLEARING', true);
should be in the config.php file.
Thanks a lot for your help kh99!