summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth
diff options
context:
space:
mode:
authorSimon2011-04-18 13:16:23 +0200
committerSimon2011-04-18 13:16:23 +0200
commit5d621c6ce29d2059480b3283daf14162c74365db (patch)
treeb5a03476811146b35d3aa95a1afd746ef9518509 /application/modules/user/views/scripts/auth
parentRole Controller geändert (diff)
downloadpbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.gz
pbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.xz
pbs2-5d621c6ce29d2059480b3283daf14162c74365db.zip
Rechte in PersonController korrigiert
Diffstat (limited to 'application/modules/user/views/scripts/auth')
-rw-r--r--application/modules/user/views/scripts/auth/delete.phtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/auth/delete.phtml b/application/modules/user/views/scripts/auth/delete.phtml
index 83afc80..75d9ef6 100644
--- a/application/modules/user/views/scripts/auth/delete.phtml
+++ b/application/modules/user/views/scripts/auth/delete.phtml
@@ -1,6 +1,7 @@
<h1>Delete Account</h1>
-Do you really want to delete account?
+Do you really want to delete account?<br/>
+This will delete all of your data on the server.
<?php
$this->deleteconfirmform->setAction($this->url());
echo $this->deleteconfirmform;
-?> \ No newline at end of file
+?>