Author |
Topic  |
paolo
Starting Member
Italy
44 Posts |
Posted - 12 March 2005 : 03:29:25
|
How is it possible to disable (unchecked) "save password" in Forum home page?
Frequently users don't use LOGOUT when they go out and somethimes someone else unknown can enter in Forum. (It happened last night).
Which are lines to change? Thanks in advance. Paolo. |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 12 March 2005 : 08:08:07
|
Hi ruirib i sow the post :
Find the following around line 360 of inc_header.asp and remove the code highlighted in green.
" <input type=""checkbox"" name=""SavePassWord"" value=""true"" tabindex=""-1"" CHECKED><b> Save Password</b></font></td>" & vbNewLine
I tried to change this line but no way. Could you please change for me so that I can copy and paste the line? Thanks ruirib. Have a nice day. Paolo
|
 |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 12 March 2005 : 08:24:09
|
I deleted "CHECKED" but when I logout and I enter again in Forum "save password" is always CHECKED. |
 |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 12 March 2005 : 10:55:54
|
I also tried to change CHECKED with UNCHECKED. But no way. Any idea?? Thanks. Paolo |
Edited by - paolo on 12 March 2005 10:56:23 |
 |
|
Jorrit787
Average Member
  
Netherlands
681 Posts |
Posted - 12 March 2005 : 14:48:09
|
Try this:
" <input type=""checkbox"" name=""SavePassWord"" value=""false"" tabindex=""-1"" UNCHECKED><b> Save Password</b></font></td>" & vbNewLine |
eXtremeGossip  |
 |
|
Jezmeister
Senior Member
   
United Kingdom
1141 Posts |
Posted - 12 March 2005 : 16:39:51
|
jorrit that would stop it saving password when it was checked - either leave the value as it is or change the text.
just deleting 'checked' should fix it. |
 |
|
Jorrit787
Average Member
  
Netherlands
681 Posts |
Posted - 12 March 2005 : 17:12:47
|
quote: Originally posted by Jezmeister
jorrit that would stop it saving password when it was checked - either leave the value as it is or change the text.
just deleting 'checked' should fix it.
LOL! You're right  |
eXtremeGossip  |
 |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 12 March 2005 : 18:17:49
|
No I tried all the options but "save password" is always CHECKED. How is it possible???
Other suggestions? Thanks Paolo |
 |
|
Jezmeister
Senior Member
   
United Kingdom
1141 Posts |
Posted - 12 March 2005 : 18:23:20
|
hmm. removing checked should definately stop it... ok i dont have the file to hand - have a look and see if there are any other instances of it (i don't think there is, but i could be wrong), if that doesnt work try deleting the file on your server first then uploading it (if you've just been overwriting)... if that doesn't work then try making a code change visible in the outputted page and see if it shows up |
Edited by - Jezmeister on 12 March 2005 18:24:53 |
 |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 12 March 2005 : 18:38:12
|
If you have time try it in your forum. In mine it doesn' t work, while if I cancel line number 360 I have an error (missing file).
I hope we find a solution. Thanks again. Paolo. |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 12 March 2005 : 19:30:13
|
The solution is to remove the CHECKED part, as it was explained in the link I posted.
It may happen that even after changing it, you won't notice the change. If that is the case, I suspect your server may be caching inc_header.asp. To stop the caching, ask your host to reset the server. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 15 March 2005 : 05:05:29
|
Hi ruirib it was correct but the page to modify wasn't inc_header.asp.
Now "save password" is unchecked but if I don't click LOGOUT when I enter the Forum again I am login without tiping username and password.
Thanks again and have a nice day. Paolo. |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
paolo
Starting Member
Italy
44 Posts |
Posted - 15 March 2005 : 08:43:25
|
Thanks ruirib I sow it before.
Thanks -). |
 |
|
muzishun
Senior Member
   
United States
1079 Posts |
Posted - 31 July 2005 : 16:57:18
|
Paolo, to respond to your cross post, try checking to see if there are multiple places where you need to delete "CHECKED" from that line. I don't have the code in front of me, but I seem to remember there being a couple of places in inc_header.asp where you would have to change this. |
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com) |
 |
|
Topic  |
|