In my website login page I can't get the alert "remember password for the site".I had already enabled remember password for the site from tools->options->security->"remember password for the site" but still it is not working . I am using mozilla 3.6 version
Asked
Active
Viewed 159 times
0
-
The what? Are you using a CMS like Drupal or Joomla or what? There is no tools->options->security in plain php. Please rephrase you question! – Phliplip May 17 '11 at 07:03
-
This is probably more suitable for http://webapps.stackexchange.com/ – Ikke May 17 '11 at 07:04
-
I think @paramita mitra, is talking about browser message `remember password for the site`? Is it so? – Muhammad Ummar May 17 '11 at 07:10
-
If you run a webpage in mozilla there must be options tools->options->security – paramita mitra May 17 '11 at 07:12
-
Yaa ummar is right.......then what will be the solution – paramita mitra May 17 '11 at 07:14
3 Answers
2
If your login form
contains autocomplete="off"
browser won't save your password and form history this could be a possible reason.

Vishwanath Dalvi
- 35,388
- 41
- 123
- 155
0
It sounds like you're confusing browser settings and website settings. Having the browser remember your users password (at least the type you're referring to) is a setting specific to each browser and not something that your website can control.

soulkphp
- 3,753
- 2
- 17
- 14
0
What you need is the exact opposite of this stackoverflow question. See there for the answer and for more information about it.

Community
- 1
- 1

Raffael Luthiger
- 2,191
- 3
- 19
- 31