Commit Graph

4 Commits (2cab1c7b09f64cae8128fa33645137fe55daf075)

Author SHA1 Message Date
Matt Jankowski eed4eef39a
Fix `LineLength` haml-lint in `app/views/auth` area ()
Rose 4f15fd0ba1
Fix style for hashes ()
* Fix style for hashes

Make the style for hashes consistent.

* New style

More consistency
Claire 9f4930ec11
Add password autocomplete hints ()
Fixes 

Our password autocomplete hints were “off” but that does not prevent current
browsers from trying to autocomplete them anyway, so use `current-password` and
`new-password` so they don't put a newly-generated password in a password
confirmation prompt, or the old password for a password renewal prompt.
Eugen Rochko e1066cd431
Add password challenge to 2FA settings, e-mail notifications ()
Fix