我已经尝试过这两个问题的解决方案: Why isnt the browser asking to remember the password?和 How does browser know when to prompt user to save password?,但我无法让浏览器在此网站上记录登录表单的密码:http://lksonorizacao.com.br/newsite/?painel。表单由PHP放置,没有AJAX或任何动态。这是表单的代码:
<form action="./?painel" method="post">
<input type="text" name="username" placeholder="Usuário" autofocus autocomplete /><br />
<input type="password" name="password" placeholder="Senha" /><br />
<input type="submit" name="Login" value="Login" />
<div style="height: 5px;"></div>
</form>
我不知道该怎么做。