View Full Version : $bbuserinfo[password] ???
vB-Host.com
05-11-2003, 08:44 PM
I know $bbuserinfo[username] gives the user name but I want to pull the password for a form and keep it hidden, I tried this <input type=hidden name=password size=40 value=$bbuserinfo[password]> but It doesn't work... Do you know what it should be for $bbuserinfo[password] ?
filburt1
05-11-2003, 08:46 PM
It's hashed and there is nothing you can do.
And read my sig. Never PM me with vB questions.
JulianD
05-11-2003, 10:58 PM
Now that you know that $bbuserinfo[password] is hashed, you can use it encripted on your forms... So you would need to modify your script to receive that information and compare it against the db WITHOUT hashing it when it enters to the script, but that wouldn't be too secure in my opinion.. .Anyway, it may work for you.
filburt1
05-11-2003, 11:00 PM
It's not encrypted. It's hashed. Big difference (encryption can be reversed).
vB-Host.com
05-12-2003, 02:26 AM
I don't need to see it... only for the setting to be able to value to the mail server to configure an e-mail account when they go to the webamail sign up page and hit submit
filburt1
05-12-2003, 11:09 AM
You cannot do it. Period.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.