Skip to content

Commit 60a6086

Browse files
author
Kostas Livieratos
committed
updated readme to include disclaimer and credits
1 parent d2882fa commit 60a6086

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# django-pwned-password
22
Validate user passwords against haveibeenpwned.com database.
33

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+
48
# Scope
59
Restrict your Django project users from using a password that has been located even once in the haveibeenpwned.com database.
610
Doing this makes your project a more secure place for your clients.
@@ -21,5 +25,9 @@ append the `PwnedPasswordValidator` validator.
2125

2226
You can check out the `example` project to get an idea of how it works.
2327

28+
# Credits
29+
1. Reddit user `Poromenos` (https://www.reddit.com/r/django/comments/81z84w/validate_user_passwords_against_haveibeenpwnedcom/)
30+
31+
2432
# Contributing
2533
Feel free to send any PRs or open issues with ideas for implementation.

0 commit comments

Comments
 (0)