From 6198ba6714b9f0c0c437c7043f73a6148d5e9a96 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 02:09:28 -0400 Subject: [PATCH] login -> reenter darcs-hash:20080709060928-84dde-14e8803a617d177739f5ee6b96f296dea80719c9.gz --- actions/login.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions/login.php b/actions/login.php index af4e2e7b8e..c6c554ea33 100644 --- a/actions/login.php +++ b/actions/login.php @@ -95,7 +95,9 @@ class LoginAction extends Action { { # rememberme logins have to reauthenticate before # changing any profile settings (cookie-stealing protection) - return _t('To change your settings, login with your ' . + return _t('For security reasons, ' . + 'before changing your settings, ' . + 'please re-enter your ' . 'user name and password ' . '(or use [OpenID](%%action.openidlogin%%)).'); } else {