xamd404 Posted January 25, 2011 Share Posted January 25, 2011 Hello everyone, I am having problem with my login. On deramweaver i have set up a textfield to hide password characters but when i load the page it reloads a username and password: Uploaded with ImageShack.us I would like it to not display anything. If this is a minor problem I would greatly appreciate some quick help with it. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/225585-dreamweaver-cs5-problem/ Share on other sites More sharing options...
mreish Posted January 25, 2011 Share Posted January 25, 2011 Are you saying that when you view the page in a browser, the information is already filled in? If so, this isn't a DreamWeaver issue. Your browser is setup to remember the form information. If by saying "hide password characters" you mean you don't even want the bullets to display, you'll need to create a rule that changes the font colour to match the background of the text area. Or, find a javascript (JQuery, Mootools, etc) script that hides them. I hope that was helpful. It's not entirely clear to me what you're asking. Quote Link to comment https://forums.phpfreaks.com/topic/225585-dreamweaver-cs5-problem/#findComment-1164842 Share on other sites More sharing options...
xamd404 Posted January 25, 2011 Author Share Posted January 25, 2011 Sorry for the poor writing. Basically, the login form (username and password field) is set up to login, so i have a username 123 pw 123 and it logs in if i enter those, no problem there it works fine. The problem was when you load the login page you see the regular form but the username and password fields are already filled in, they can be changed by simply removing the current text and replacing it with whatever. I wanted to have the login page load with blank fields. I have sorted out the problem now though, for anyone else who has he problem you have to include "autocomplete="off" in the password field so it'd be like: <input type="password" name="password" id="password" autocomplete="off"> Quote Link to comment https://forums.phpfreaks.com/topic/225585-dreamweaver-cs5-problem/#findComment-1164858 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.