Jon Dufresne
|
42b9a23267
|
Fixed #30400 -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
|
2019-06-28 16:46:18 +02:00 |
Ryan J Schave
|
cbf7e71558
|
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
|
2019-03-22 13:16:25 -04:00 |
Tim Graham
|
193c109327
|
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
2018-11-27 08:58:44 -05:00 |
Mathew Payne
|
26bb2611a5
|
Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwords.txt.gz.
|
2018-11-15 14:11:03 -05:00 |
Alexey
|
8624459586
|
Added a test for password_changed() with a custom validator.
|
2018-09-25 11:58:05 -04:00 |
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 |