Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi There,
I'm using the asp.net login control on my umbraco install. I have a strange issue where the username and password fields are pre populated with the admin credentials. Besides renaming the fields to some other name is there another fix for this?
Hi Sean
It's a browser "feature" in at least Firefox and Chrome.
It can be turned of by using autocomplete="off" on the form element.
<form name="myform" autocomplete="off"><!-- Form elements here --></form>
Hope this helps.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom login fields
Hi There,
I'm using the asp.net login control on my umbraco install. I have a strange issue where the username and password fields are pre populated with the admin credentials. Besides renaming the fields to some other name is there another fix for this?
Hi Sean
It's a browser "feature" in at least Firefox and Chrome.
It can be turned of by using autocomplete="off" on the form element.
<form name="myform" autocomplete="off">
<!-- Form elements here -->
</form>
Hope this helps.
/Jan
is working on a reply...