Commit 5f88e8100a488464a15d713bbd93a326c9fcf8da
1 parent
bd04d184
Grab errorMessage from the request parameters.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3210 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
presentation/login.php
| @@ -33,6 +33,7 @@ require_once("Html.inc"); | @@ -33,6 +33,7 @@ require_once("Html.inc"); | ||
| 33 | global $default; | 33 | global $default; |
| 34 | 34 | ||
| 35 | $redirect = $_REQUEST['redirect']; | 35 | $redirect = $_REQUEST['redirect']; |
| 36 | +$errorMessage = $_REQUEST['errorMessage']; | ||
| 36 | 37 | ||
| 37 | if ($_REQUEST['loginAction'] == "loginForm") { | 38 | if ($_REQUEST['loginAction'] == "loginForm") { |
| 38 | // TODO: build login form using PatternMainPage | 39 | // TODO: build login form using PatternMainPage |