DMXzone Security Provider PHP Support Product Page

Answered

Clear login form

Asked 20 Oct 2016 08:58:12
1
has this question
20 Oct 2016 08:58:12 David Woolley posted:
How does one clear a login form when logging out?
It retains the username & password.
I don't have a 'remember me' field.

Replies

Replied 20 Oct 2016 09:59:04
20 Oct 2016 09:59:04 Teodor Kuduschiev replied:
Hello,
The remember me field is not used to store the user/pass on log out. This is all controlled by your browser ...
Replied 20 Oct 2016 10:39:43
20 Oct 2016 10:39:43 David Woolley replied:
I've tried using this JS to reset the form so it overrides what is stored by the browser:

<script type="text/javascript">
function resetForm() {
document.getElementById("loginForm".reset();
}
</script>

Then <body onLoad="resetForm()" etc etc

But this does not help. Any suggestions?
Replied 20 Oct 2016 10:45:35
20 Oct 2016 10:45:35 Teodor Kuduschiev replied:
Unfortunately i cannot help you with that, as your question is in no way related to the Security Provider extension.
Replied 20 Oct 2016 12:15:54
20 Oct 2016 12:15:54 David Woolley replied:
Just trying my luck Teodor!
I'll see if Stack Overflow can suggest anything.
Dave

Reply to this topic