I'm working with some web apps that don't implement "save password" feature, therefore, I'm forced to type id/password many many times :(.
So I post this question to ask how can I save password in my web browser so I will automatically fill id & password for me so I just have to click on "Login" button.
Thanks


Some try with KeePass & I meet it's bug in auto-paste id/pass with IE9, but for Firefox, it works well.


Still searching...

link|improve this question

47% accept rate
feedback

3 Answers

Use something like KeePass or LastPass, both of which have auto-type functionality. (KeePass isn't even limited to web sites.)

link|improve this answer
feedback

You haven't indicated that the solution must entail Internet Explorer, so here is another option :)

Firefox + Greasemonkey extension + the Auto-Complete override script will allow all form fields to be saved (including those set to autocomplete=no) and all passwords via the password manager.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.