From f43b3f58fb60a281c9db34c95f4a2a6384f40693 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 14 Mar 2011 22:49:14 +0000 Subject: [PATCH] Added backwards-incompatibility note for r15805. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15809 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.3.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index 76c8d52fbbf..a3ae77c1492 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -634,6 +634,13 @@ Django 1.3, this will raise a :class:`TransactionManagementError` because the read operation that retrieves the ``MyObject`` instance leaves the transaction in a dirty state. +No password reset for inactive users +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Prior to Django 1.3, inactive users were able to request a password reset email +and reset their password. In Django 1.3 inactive users will receive the same +message as a nonexistent account. + .. _deprecated-features-1.3: Features deprecated in 1.3