170
Views
3
Comments
how to avoid remembering the password and username

when I'm in the login process, enter the credentials I get a box in the browser

reactive web

Google chrome

Firefox

2018-12-09 19-13-19
Tiago Gomes

Hi Ivan,

I don't think you'll be able to do this. This is a browser feature that will be presented always when you got a "password type" in the page. The only way to do this it's to change that input to "text" and some how mask the content to present hidden characters instead of the real string. However, it would have some security flaws...

Regards!

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Ivan,

Like Tiago said, this is not possible with modern browsers, the reason behind it being explained here. Basically, browsers are more secure than humans, so you should want browsers storing passwords.

2016-04-22 00-29-45
Nuno Reis
 
MVP

This is a Chrome question, but here it goes.

This is a user configuration, nothing you as a developer can control.

  1. On Google Chrome open Settings.
  2. Go to Autofill and then Passwords
  3. The first option is "offer to save passwords". Just uncheck it and after a chrome restart it is done.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.