Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop browser from asking to save email and password in sign up form?

I am creating a sign up form in PHP. Every time I click on sign up button the browser asks to save the email and password. How can I stop this?

like image 967
013himanshu Avatar asked Nov 21 '22 09:11

013himanshu


1 Answers

As of April 2016, this is browser-level behaviour and the user's reponsibility to control.

Two things you can do are:

  1. You can inform the user on how to prevent this message displaying and

  2. File a complaint with the browser devleopment team to urge them to change the behaviour. If enough people want it changed then it will be changed.

like image 152
WonderWorker Avatar answered Nov 22 '22 23:11

WonderWorker