From 4fde81d03c2412684448aea2889ab07866081df8 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Wed, 2 Dec 2009 22:00:58 +0000 Subject: [PATCH] Improved confusing message --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 4449267..e10fcf4 100644 --- a/www/index.php +++ b/www/index.php @@ -120,7 +120,7 @@ where `id`='".intval($_SESSION['lostpw']['user']['id'])."'"; mysql_query($query) || die(mysql_error()); showheader(_("Welcome to CAcert.org")); - echo _("Your Pass Phrase has been updated and your primary email account has been notified of the change."); + echo _("Your Pass Phrase has been changed now. You can now login with your new password."); showfooter(); exit; }