summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 19:40:49 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 19:40:49 +0400
commit00df2b5f91b18f09096b54fed9c03769de1e1f9f (patch)
tree5140d2915cad227ef39a4bed49f8499224c676af /classes
parent8c82001ba06b2ee793de78fe120357c8343437f6 (diff)
various utility.css updates
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 1efaa0430..94938e548 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -724,6 +724,8 @@ class Handler_Public extends Handler {
print "<h1>".__("Reset password")."</h1>";
print "<div class='content'>";
+ print "<p>".__("You will need to provide valid account name and email. New password will be sent on your email address.")."</p>";
+
@$method = $_POST['method'];
if (!$method) {