CC wrote:
Sure, why not?
cp2_editprofile.pl... find the line reading:
# Password viewing removed entirely per 6/13 meeting
Uncomment the next 7 lines or so. There's your viewable password.
Unfortunately, that will break entirely when we switch to encrypted passwords in the future.... you'll see something akin to "__MD5:abcdef1234567890abcdef1234567890" instead of the password you were expecting.
so in the future all the password will be in md5?
I think this is a good idea..every time ubb request a cookie has to calculate an md5 hash...
comparing the md5 hash (created with a javascript by the client) and the md5 hash stored in the user profile should be better for ubb performance...