From dfe234a7aaaacedcc94716f955b44a1b50c4a057 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 6 Apr 2016 13:50:31 +0200 Subject: * components -> controls --- app/php/components/LoginBox.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 app/php/components/LoginBox.php (limited to 'app/php/components/LoginBox.php') diff --git a/app/php/components/LoginBox.php b/app/php/components/LoginBox.php deleted file mode 100644 index 33bbcc1..0000000 --- a/app/php/components/LoginBox.php +++ /dev/null @@ -1,23 +0,0 @@ -Page->IsValid) { - $this->Response->redirect( - $this->Application->getModule('auth')->ReturnUrl - ?: $this->Service->constructUrl(NULL) - ); - } - } - - public function validatePassword($sender, $param) { - $param->IsValid = $this->Application->getModule('auth')->login( - $this->Login->Text, - $this->Password->Text - ); - } - -} - -?> -- cgit v1.2.3