summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 02:09:28 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 02:09:28 -0400
commit6198ba6714b9f0c0c437c7043f73a6148d5e9a96 (patch)
tree682a4dad74eb0d64f8b411d3c2f8f5f76807f698 /actions
parenta67108190a6601db874cedd244b6439feff11258 (diff)
login -> reenter
darcs-hash:20080709060928-84dde-14e8803a617d177739f5ee6b96f296dea80719c9.gz
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 {