Tagged Questions
1
vote
1answer
187 views
How to build a form that DOESN'T bring up the 'remember password' prompt on Firefox?
So I've built an 'Edit Personal Information' section on my website that's in development, and it seems that placing form input elements with the names 'email' and 'password' puts forward the Firefox ...
-1
votes
1answer
115 views
Are all modern browsers implementing a remember password feature?
Are all modern browsers implementing a remember password feature? Or do I have to implement it via cookies for some browsers? I am thinking about Opera, FireFox, IE, Chrome, Safari, etc...
I mean, ...
2
votes
1answer
442 views
Aptana Studio 3.0.4 64bit can't remember FTP password
I have a problem with remember FTP password in new aptana studio 3.0.4
Only after new install it, I find the FTP password cannot be remembed.
Does anyone has the same problem?
2
votes
3answers
156 views
Should email address be stored after logout?
I've written an add-on for a web application that inserts a "Remember Me" checkbox into login forms. One of my users expressed surprise that they are not remembered after logging out! Clearly someone ...
1
vote
2answers
779 views
How to set my android webview to remember new passwords?
I'm loading a webpage (for example mail.yahoo.com) in a webview. After entering username and password an AlertDialog shows asking me if I wanna remember the password which I do.
The thing is that ...
0
votes
1answer
2k views
Clear remembered passwords in `Team Explorer` pane in Visual Studio 2010 SP1
Every time I open Team Explorer pane in Visual Studio 2010 SP1, it automatically log in with some certain remembered account which I don't want to.
I'm looking for way to remove the remembered stuff. ...
4
votes
2answers
2k views
How to remember username/password when calling tf.exe?
I use tf.exe command to get the latest codes but it keeps asking for username/password - is there a way to make those credentials remembered?
I've looked at the tf.exe argument list but no options ...
0
votes
1answer
98 views
How to improve remember password option when you have different logins for different subdirectories?
Browser remember password feature is nice one but it has a problem when you do have several logins for several sections, something like:
/ - one login
/private/ - another login
/admin/ - another ...
33
votes
10answers
10k views
Is it secure to store passwords in cookies?
My web application's home page has a RememberMe checkbox.. If the user checks it, i ll store emailId and password in cookies.. My code is
if (this.ChkRememberme != null && ...

