snikket-im / snikket-web-portal

This is the web portal for Snikket Chat services. To learn more about what Snikket Chat services are, check the website.
https://snikket.org
GNU Affero General Public License v3.0
32 stars 12 forks source link

Invite web registration fields should set autocomplete hints #94

Closed mwild1 closed 2 years ago

mwild1 commented 3 years ago

If you open an invite, and choose to "register manually" you are presented with a web form to create a new account.

The password input fields should have an autocomplete attribute set to new-password to tell the browser that this is creating a new account, and prevent it from automatically filling with existing credentials. It can also offer to generate a secure password for the user.

Reference for autocomplete on MDN

(I tried to fix this quickly, but the HTML is generated by WTForms and I couldn't see a trivial way to add custom attributes)