We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f49f8 commit e8dcaa4Copy full SHA for e8dcaa4
docs/releases/1.2.6.txt
@@ -0,0 +1,17 @@
1
+==========================
2
+Django 1.2.6 release notes
3
4
+
5
+This page documents release notes for the as-yet-unreleased Django 1.2.6. As
6
+such, it's tentative and subject to change. It provides up-to-date information
7
+for those who are following the 1.2.X branch.
8
9
+Backwards incompatible changes
10
+==============================
11
12
+No password reset for inactive users
13
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14
15
+In previous versions, inactive users were able to request a password reset
16
+email and reset their password. In Django 1.2.6 inactive users will receive the
17
+same message as a nonexistent account.
0 commit comments