<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/auth/default.txt, branch stable/4.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F4.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F4.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-09-03T12:42:25Z</updated>
<entry>
<title>[4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.</title>
<updated>2024-09-03T12:42:25Z</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=bf4888d317ba4506d091eeac6e8b4f1fcc731199'/>
<id>urn:sha1:bf4888d317ba4506d091eeac6e8b4f1fcc731199</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>[4.2.x] Used extlinks for PyPI links.</title>
<updated>2023-04-17T05:44:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2023-04-16T23:14:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26f181939ebdad3811736aadeb5634bbdcaca025'/>
<id>urn:sha1:26f181939ebdad3811736aadeb5634bbdcaca025</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;

Backport of 2c4dc6476083c853b654e462c7ff65dbe0334c9e from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:39:03Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-03-01T12:35:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62510f01e76ad0526c94ea6d1bc6399c1ddf3df4'/>
<id>urn:sha1:62510f01e76ad0526c94ea6d1bc6399c1ddf3df4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues in docs.</title>
<updated>2023-02-28T11:54:33Z</updated>
<author>
<name>Joseph Victor Zammit</name>
<email>jvzammit@gmail.com</email>
</author>
<published>2023-01-23T20:29:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd'/>
<id>urn:sha1:5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd</id>
<content type='text'>
Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.</title>
<updated>2023-02-10T20:12:06Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-09T15:48:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b784768eef75afb32f6d2ce7166551a528bce0ec'/>
<id>urn:sha1:b784768eef75afb32f6d2ce7166551a528bce0ec</id>
<content type='text'>
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.

Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
</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 #34154 -- Made mixin headers consistent in auth docs.</title>
<updated>2022-11-14T04:28:27Z</updated>
<author>
<name>Tony Lechner</name>
<email>tony@tony-lechner.com</email>
</author>
<published>2022-11-14T04:28:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b088cc2feaac638aea91e4d3ab22d276f81630ff'/>
<id>urn:sha1:b088cc2feaac638aea91e4d3ab22d276f81630ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved readability of string interpolation in frequently used examples in docs.</title>
<updated>2022-11-10T12:18:38Z</updated>
<author>
<name>Trey Hunner</name>
<email>trey@treyhunner.com</email>
</author>
<published>2022-11-10T12:18:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fad070b07b8c5f5022c2867d291cb6968709f2a1'/>
<id>urn:sha1:fad070b07b8c5f5022c2867d291cb6968709f2a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30947 -- Changed tuples to lists where appropriate.</title>
<updated>2022-08-30T07:57:17Z</updated>
<author>
<name>Alex Morega</name>
<email>alex@grep.ro</email>
</author>
<published>2022-08-26T14:10:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=de6c9c70549010fc39509f9ef3f6a62ada870318'/>
<id>urn:sha1:de6c9c70549010fc39509f9ef3f6a62ada870318</id>
<content type='text'>
</content>
</entry>
</feed>
