Module: nagvis Branch: master Commit: 17431a52b6bfde8f1ea45f1c93c75ee3f37d72cb URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=17431a52b6bfde8f1ea45f1c93c75ee3f37d72cb
Author: Lars Michelsen <[email protected]> Date: Tue Oct 20 21:01:04 2009 +0200 Added redirect after failed logon --- .../frontend/nagvis-js/classes/FrontendModAuth.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/classes/FrontendModAuth.php b/share/frontend/nagvis-js/classes/FrontendModAuth.php index f70f56c..0d9b174 100644 --- a/share/frontend/nagvis-js/classes/FrontendModAuth.php +++ b/share/frontend/nagvis-js/classes/FrontendModAuth.php @@ -54,7 +54,7 @@ class FrontendModAuth extends FrontendModule { } public function msgInvalidCredentials() { - new GlobalMessage('ERROR', $this->CORE->LANG->getText('Authentication failed. Invalid credentials.', Array('refererUrl' => $this->GHANDLER->getReferer()))); + new GlobalMessage('ERROR', $this->CORE->LANG->getText('You entered invalid credentials. You will be <a href="[refererUrl]">redirected</a>.', Array('refererUrl' => $this->GHANDLER->getReferer())), null, $this->CORE->LANG->getText('Authentication failed'), 1, $this->GHANDLER->getReferer()); return ''; } ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
