Alvin Lindstam
|
2cb6b7732d
|
Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.
|
2018-01-02 19:51:06 -05:00 |
Bruno Alla
|
6092ea8fa6
|
Refs #27804 -- Used subTest() in several tests.
|
2017-05-24 08:36:34 -04:00 |
Tim Graham
|
4e729feaa6
|
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
|
2017-01-20 08:01:02 -05:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
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 |
Andrew Nester
|
4591cf3fd8
|
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against model properties.
|
2016-08-10 15:08:06 -04:00 |
Claude Paroz
|
526575c641
|
Fixed #21379 -- Created auth-specific username validators
Thanks Tim Graham for the review.
|
2016-05-16 19:37:57 +02:00 |
Tim Graham
|
015fad9060
|
Fixed #26175 -- Removed SHA1 password hashes in tests.
|
2016-02-06 08:47:21 -05: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 |