如何为我的密码输入字段激活Google Chrome密码生成器?

时间:2019-02-21 04:52:19

标签: html google-chrome input passwords generator

我注意到在某些网站上,谷歌正在问我是否要使用Chrome生成的密码。

在我自己的输入字段中不会发生这种情况。

我该如何做?

EXAMPLE

2 个答案:

答案 0 :(得分:2)

基于铬;这应该可行:(建议密码位于该站点的已知密码之后)

<form id="login" action="signup.php" method="post">
  <input type="text" autocomplete="username">
  <input type="password" autocomplete="new-password">
  <input type="password" autocomplete="new-password">
  <input type="submit" value="Sign Up!">
</form>

更多示例:https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands

答案 1 :(得分:0)

don't use chrome password generator if you want to password generator you can try it form JavaScript or php. look this