You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ Validate user passwords against haveibeenpwned.com database.
3
3
4
4
# Disclaimer
5
5
Think twice before using this package. Let your clients know you're testing their passwords against a 3rd-party service. Client trust
6
-
should be your #1 priority.
6
+
should be your #1 priority.
7
+
This projects only intends to highlight the need to ensure users select secure passwords, it is still a prototype and has not been tested in any production environment.
7
8
8
9
# Scope
9
10
Restrict your Django project users from using a password that has been located even once in the haveibeenpwned.com database.
0 commit comments