Tim Graham
|
0d9ff873d9
|
Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work as documented.
Thanks goblinJoel for the report and feedback.
|
2016-11-16 17:40:37 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Tim Graham
|
8119b679eb
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
http://bugs.python.org/issue27364
|
2016-09-17 15:44:06 -04:00 |
Andrew Nester
|
4591cf3fd8
|
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against model properties.
|
2016-08-10 15:08:06 -04:00 |
Ville Skyttä
|
a2fb2b3a1f
|
Fixed #27020 -- Used a context manager to close files.
|
2016-08-04 19:45:14 -04:00 |
Claude Paroz
|
b26fedacef
|
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
|
2016-05-07 10:17:49 +02:00 |
Claude Paroz
|
5171f56fae
|
Pluralized translatable strings in password_validation.py
Forward port of 86dc4889f from master.
|
2015-10-10 15:17:21 +02:00 |
Antoine Catton
|
53ccffdb8c
|
Refs #16860 -- Fixed password help text when there aren't any validators.
This avoids creating an empty list which is invalid HTML 4.
|
2015-09-28 15:30:16 -04:00 |
Tim Graham
|
09f2cdbe1a
|
Refs #16860 -- Fixed a resource and deprecation warning in password validation.
|
2015-06-16 11:02:27 -04:00 |
Tim Graham
|
55b3bd8468
|
Refs #16860 -- Minor edits and fixes to password validation.
|
2015-06-10 07:41:01 -04:00 |
Erik Romijn
|
1daae25bdc
|
Fixed #16860 -- Added password validation to django.contrib.auth.
|
2015-06-07 19:31:20 +02:00 |