lombord / WiniChat

Chat App using Django + Vue.js
https://winichat.duckdns.org/chat/
9 stars 0 forks source link

Confirm password field on signup missing autocomplete attribute #1

Open meaniebeanie22 opened 6 months ago

meaniebeanie22 commented 6 months ago

This isn't a bug per se, but something that reduces UX The confirm password field should also have the autocomplete="new-password" so that the browser's password manager (if it has one) will automatically fill both fields when it autogenerates a strong password, rather than the user having to copy it across

lombord commented 6 months ago

First of all, thank you for the advice! I think that's kind of weird because when I tested it was working. This was my first serious project so there should be a lot of bugs that I have to fix.