dmccabe Posted March 3, 2008 Share Posted March 3, 2008 I have been messing with some Active Directory scripts and have made a phonebook which works perfectly. I am now playing with authenticating users against active directory and have hit a problem which I imagine is easily solved. The input box for the password is displayed in plain text, how can I change this to **** format? Also as the form is posting back to itself, I have a url like: http:\\localhost\auth.php?uname=joe.bloggs&upass=abc123 How can I hide the username and password fields in the url? I am not a PHP expert but I do get by Link to comment https://forums.phpfreaks.com/topic/94168-hiding-passwords-and-such/ Share on other sites More sharing options...
AV1611 Posted March 3, 2008 Share Posted March 3, 2008 <form method='post'> ... <input type='password' name='password' /> ... etc... tizag.com has a nice tutorial Link to comment https://forums.phpfreaks.com/topic/94168-hiding-passwords-and-such/#findComment-482346 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.