Skip to content

Commit e8dcaa4

Browse files
committed
[1.2.X] Added backwards-incompatibility note for r15808.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent e5f49f8 commit e8dcaa4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/releases/1.2.6.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)