From 343dfff13370dac679b640196979a33951127290 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 2 Feb 2014 23:16:07 +0100 Subject: 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. --- docs/releases/1.7.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~ -- cgit v1.3