summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/login.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/login.php b/actions/login.php
index af4e2e7b8..c6c554ea3 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 {