jQuery 2 Eingabefelder vergleichen
bearbeitet von
> <input type="password" id="Pass" pattern=".{8,}" name="Pass" value="" required>
> <br>
> <input type="password" id="Pass2" pattern=".{8,}" name="Pass2" value="" required>
Passwort-Felder sind schlecht für die Usability[^1].
Passwort-Bestätigungs-Felder sind noch schlechter[^2].
Es gibt Alternativen[^3].
[^1]: <http://alistapart.com/article/the-problem-with-passwords>, <https://www.nngroup.com/articles/stop-password-masking/>
[^2]: <http://uxmovement.com/forms/why-the-confirm-password-field-must-die/>
[^3]: <https://www.viget.com/articles/password-fields-are-annoying>