Skip to content

Commit

Permalink
fix: escape HTML in password-regex include
Browse files Browse the repository at this point in the history
Co-authored-by: orakili <github@orakili.net>
  • Loading branch information
rupl and orakili authored Sep 28, 2021
1 parent d925482 commit 98034aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/password-regex.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$%^&*()+=\\`{}[\]:";'&lt; &gt;?,.\/]).+$
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$%^&amp;*()+=\\`{}[\]:&quot;;'&lt; &gt;?,.\/]).+$

0 comments on commit 98034aa

Please # to comment.