1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

autocomplete="new-password"が適用されなかった

Posted at

はじめに

autocomplete="new-password"を設定しても適用されなかったので原因と対処を書きます

問題

こんな感じでautocompleteを設定しても、パスワードが提案されなかった

<input type="password" autocomplete="new-password"/>

対処

Chromeを使っていたのですが、Googleパスワードマネージャーの設定の箇所でサイトが不承認のサイト扱いになっていたのが原因でした。不承認のサイトから削除するとパスワードが提案されるようになりました。

おわりに

autocompleteを無効にする系の記事は結構あったのですが、autocompleteが適用されない系の記事があまりなかったので解決に時間がかかってしまいました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?