<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/auth_tests/test_forms.py, branch 5.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-09-03T12:33:01Z</updated>
<entry>
<title>[5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.</title>
<updated>2024-09-03T12:33:01Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-08-19T17:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=96d84047715ea1715b4bd1594e46122b8a77b9e2'/>
<id>urn:sha1:96d84047715ea1715b4bd1594e46122b8a77b9e2</id>
<content type='text'>
On successful submission of a password reset request, an email is sent
to the accounts known to the system. If sending this email fails (due to
email backend misconfiguration, service provider outage, network issues,
etc.), an attacker might exploit this by detecting which password reset
requests succeed and which ones generate a 500 error response.

Thanks to Thibaut Spriet for the report, and to Mariusz Felisiak, Adam
Johnson, and Sarah Boyce for the reviews.
</content>
</entry>
<entry>
<title>[5.0.x] Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:55:56Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0379e7532fdf3212b1fe22a58826109c23009be3'/>
<id>urn:sha1:0379e7532fdf3212b1fe22a58826109c23009be3</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0

Backport of 305757aec19c9d5111e4d76095ae0acd66163e4b from main
</content>
</entry>
<entry>
<title>[5.0.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.</title>
<updated>2023-11-01T05:18:00Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-10-17T09:48:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb71d34551207b2472c493655d0d7f3b2975d686'/>
<id>urn:sha1:bb71d34551207b2472c493655d0d7f3b2975d686</id>
<content type='text'>
Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report.
</content>
</entry>
<entry>
<title>Fixed #34438 -- Reallowed extending UserCreationForm.</title>
<updated>2023-03-28T09:33:20Z</updated>
<author>
<name>Gary Jarrel</name>
<email>gary@jarrel.com.au</email>
</author>
<published>2023-03-27T12:26:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fcc7dc5781667932bf0bf8bec76df458836e5e95'/>
<id>urn:sha1:fcc7dc5781667932bf0bf8bec76df458836e5e95</id>
<content type='text'>
Regression in 298d02a77a69321af8c0023df3250663e9d1362d.
</content>
</entry>
<entry>
<title>Fixed #25617 -- Added case-insensitive unique username validation in UserCreationForm.</title>
<updated>2022-12-29T08:42:22Z</updated>
<author>
<name>Paul Schilling</name>
<email>mail@paulschilling.de</email>
</author>
<published>2022-09-24T14:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=298d02a77a69321af8c0023df3250663e9d1362d'/>
<id>urn:sha1:298d02a77a69321af8c0023df3250663e9d1362d</id>
<content type='text'>
Co-Authored-By: Neven Mundar &lt;nmundar@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34187 -- Made UserCreationForm save many-to-many fields.</title>
<updated>2022-11-29T04:56:53Z</updated>
<author>
<name>sdolemelipone</name>
<email>mark.gensler@protonmail.com</email>
</author>
<published>2022-11-27T19:49:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9d726c7902979d4ad53945ed8f1037266a88010d'/>
<id>urn:sha1:9d726c7902979d4ad53945ed8f1037266a88010d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password's help text when using to_field.</title>
<updated>2022-10-27T07:23:34Z</updated>
<author>
<name>Simon Kern</name>
<email>s.kern@s2k.digital</email>
</author>
<published>2022-09-30T08:50:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=de2c2127b66e77a034c01c81753c5c08e651a5b4'/>
<id>urn:sha1:de2c2127b66e77a034c01c81753c5c08e651a5b4</id>
<content type='text'>
Co-Authored-By: David Sanders &lt;shang.xiao.sanders@gmail.com&gt;
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Completed test coverage for contrib.auth.forms.</title>
<updated>2022-10-26T10:52:18Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2022-10-23T11:42:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b440493eaad28f093278a7a6981386dd5a989a74'/>
<id>urn:sha1:b440493eaad28f093278a7a6981386dd5a989a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed ReadOnlyPasswordHashWidget's template for RTL languages.</title>
<updated>2022-09-01T19:20:15Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2022-08-31T21:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdf0f625216cc5a70d28a3ac9a41f41935f1827c'/>
<id>urn:sha1:fdf0f625216cc5a70d28a3ac9a41f41935f1827c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
</feed>
