summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index 76c8d52fbb..a3ae77c149 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