summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-11 14:37:44 +0200
committerBjörn Geiger2011-04-11 14:37:44 +0200
commitabedb634fe938e85f68d9be5223c97e392e047cc (patch)
tree9a107776f427eff876598fe9aa1fd0cc2265278a /application/modules/user/views/scripts/auth
parentverschiedene Layouts korrigiert (diff)
downloadpbs2-abedb634fe938e85f68d9be5223c97e392e047cc.tar.gz
pbs2-abedb634fe938e85f68d9be5223c97e392e047cc.tar.xz
pbs2-abedb634fe938e85f68d9be5223c97e392e047cc.zip
Bessere Fehlerbeschreibung bei Registrierung
Diffstat (limited to 'application/modules/user/views/scripts/auth')
-rw-r--r--application/modules/user/views/scripts/auth/login.phtml1
-rw-r--r--application/modules/user/views/scripts/auth/register.phtml3
2 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/auth/login.phtml b/application/modules/user/views/scripts/auth/login.phtml
index 899c6e7..cc2a3ef 100644
--- a/application/modules/user/views/scripts/auth/login.phtml
+++ b/application/modules/user/views/scripts/auth/login.phtml
@@ -1,6 +1,7 @@
<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
+echo $this->notification;
echo $this->loginForm;
?>
<div><button onclick="location.href='/user/auth/recoverpassword'">Recover Password</button></div> \ No newline at end of file
diff --git a/application/modules/user/views/scripts/auth/register.phtml b/application/modules/user/views/scripts/auth/register.phtml
index 6217e06..eb59c68 100644
--- a/application/modules/user/views/scripts/auth/register.phtml
+++ b/application/modules/user/views/scripts/auth/register.phtml
@@ -1,5 +1,6 @@
<h1>New Account</h1>
<?php
+echo $this->notification;
$this->registerForm->setAction($this->url());
echo $this->registerForm;
-?> \ No newline at end of file
+?>