summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-02-02 23:16:07 +0100
committerClaude Paroz <claude@2xlibre.net>2014-02-04 20:02:28 +0100
commit343dfff13370dac679b640196979a33951127290 (patch)
treee3cd1699a70de7e0055a86eccd28df076daee55c /docs
parentbe0ad62994a340ad54a0b328771931932a45a899 (diff)
Removed the this_is_the_login_form hack
Refs #21911. Now that we have a more traditional login form, we don't need any more a special field telling us we are dealing with the login form.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index c79841eb4b..41ad106232 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -870,6 +870,10 @@ where any unauthorized request to an admin page will be redirected (by HTTP
status code 302) to the login page, with the ``next`` parameter set to the
referring path. The user will be redirected there after a successful login.
+Note also that the admin login form has been updated to not contain the
+``this_is_the_login_form`` field (now unused) and the ``ValidationError`` code
+has been set to the more regular ``invalid_login`` key.
+
Miscellaneous
~~~~~~~~~~~~~