summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-04 16:32:41 +0200
committerBjörn Geiger2011-08-04 16:32:41 +0200
commit0d4a3b029637e546b17028f2974d919c92f1fd79 (patch)
treed3f9e194c91224c73cfaec414a5ed9733cbefacb /application/views/scripts/auth
parentPassword Reovery hinzugefügt (diff)
downloadpoolctrl-0d4a3b029637e546b17028f2974d919c92f1fd79.tar.gz
poolctrl-0d4a3b029637e546b17028f2974d919c92f1fd79.tar.xz
poolctrl-0d4a3b029637e546b17028f2974d919c92f1fd79.zip
Group und Person nicht mehr in der lokalen Datenbank
Diffstat (limited to 'application/views/scripts/auth')
-rw-r--r--application/views/scripts/auth/login.phtml3
-rw-r--r--application/views/scripts/auth/recoverpassword.phtml5
2 files changed, 1 insertions, 7 deletions
diff --git a/application/views/scripts/auth/login.phtml b/application/views/scripts/auth/login.phtml
index f172fe4..693f8ef 100644
--- a/application/views/scripts/auth/login.phtml
+++ b/application/views/scripts/auth/login.phtml
@@ -3,5 +3,4 @@
$this->loginForm->setAction($this->url());
echo $this->notification;
echo $this->loginForm;
-?>
-<div><button onclick="location.href='/auth/recoverpassword'">Recover Password</button></div> \ No newline at end of file
+?> \ No newline at end of file
diff --git a/application/views/scripts/auth/recoverpassword.phtml b/application/views/scripts/auth/recoverpassword.phtml
deleted file mode 100644
index 089aec3..0000000
--- a/application/views/scripts/auth/recoverpassword.phtml
+++ /dev/null
@@ -1,5 +0,0 @@
-<h1>Recover Password</h1>
-<?php
-$this->recoverPasswordForm->setAction($this->url());
-echo $this->recoverPasswordForm;
-?>