File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
# django-pwned-password
2
2
Validate user passwords against haveibeenpwned.com database.
3
3
4
+ # Disclaimer
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.
7
+
4
8
# Scope
5
9
Restrict your Django project users from using a password that has been located even once in the haveibeenpwned.com database.
6
10
Doing this makes your project a more secure place for your clients.
@@ -21,5 +25,9 @@ append the `PwnedPasswordValidator` validator.
21
25
22
26
You can check out the ` example ` project to get an idea of how it works.
23
27
28
+ # Credits
29
+ 1 . Reddit user ` Poromenos ` (https://www.reddit.com/r/django/comments/81z84w/validate_user_passwords_against_haveibeenpwnedcom/ )
30
+
31
+
24
32
# Contributing
25
33
Feel free to send any PRs or open issues with ideas for implementation.
You can’t perform that action at this time.
0 commit comments