Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have an intranet that staff log on to. On the login screen, I want the password box NOT to automatically fill in the password if they have visited the site before from their computer.

Otherwise, they only have to guess a username to log on as someone else.

 

Is there a setting I can put on the page or text box to stop it automatically populating?

  • *Gurus*
Posted

That's a browser problem, not an ASP.NET problem. I believe if you add a nosave attribute to the input field several of the major browsers will not cache the passwords.

 

Generally speaking though, you should simply fire anyone that uses a password manager. Period.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...