Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sean 141 posts 179 karma points
    Aug 20, 2011 @ 02:15
    Sean
    0

    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?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Aug 20, 2011 @ 15:10
    Jan Skovgaard
    1

    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

Please Sign in or register to post replies

Write your reply to:

Draft