Improved confusing message

pull/1/head
Philipp Dunkel 15 years ago
parent 30900db224
commit 4fde81d03c

@ -120,7 +120,7 @@
where `id`='".intval($_SESSION['lostpw']['user']['id'])."'"; where `id`='".intval($_SESSION['lostpw']['user']['id'])."'";
mysql_query($query) || die(mysql_error()); mysql_query($query) || die(mysql_error());
showheader(_("Welcome to CAcert.org")); 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(); showfooter();
exit; exit;
} }

Loading…
Cancel
Save