Posted by Sean
2013-10-24

Wonderful, thanks for your help. Would like to throw in another request though if its not too much trouble. Is it possible to hide text for the passwords being inputted? And is it possible to get rid of the function that remembers passwords? P.s I noticed that if someone fails to logout and you were to change the name in the address bar as illustrated before, it would still have the same effect as before. Is there anyway to fix that? If its too much trouble though I'm content with what I have thanks.
Posted by Tom
2013-10-24

>Is it possible to hide text for the passwords being inputted?

Yes, Open login.html and
Replace
<input name='password' value=''/>
with
<input type='password' name='password' value=''/>

>is it possible to get rid of the function that remembers passwords?

That's weird. There is no such function in the script! It could be the browser's automatic completion feature.

>if someone fails to logout and you were to change the name in the address bar as illustrated before, it would still have the same effect as before. Is there anyway to fix that?

That's not possible but the session will time out eventually, then you won't be able to move to any pages unless you log in again.