summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-13 00:46:08 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-13 00:46:08 -0400
commit834c21b2aaf78da1081416d05098286e9bf17c2a (patch)
treea57182952d58f659dd0e950e886f9f62be305f7c /actions/login.php
parent464e70ac5dd85cc55e33c6e1f4a9eed797362a7d (diff)
Merge some gettext strings to one line so translation tools are happier
darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php19
1 files changed, 4 insertions, 15 deletions
diff --git a/actions/login.php b/actions/login.php
index 0f2dec1a4..003d6613f 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -109,21 +109,10 @@ class LoginAction extends Action {
}
function get_instructions() {
- if (common_logged_in() &&
- !common_is_real_login() &&
- common_get_returnto())
- {
- # rememberme logins have to reauthenticate before
- # changing any profile settings (cookie-stealing protection)
- return _('For security reasons, please re-enter your ' .
- 'user name and password ' .
- 'before changing your settings.');
- } else {
- return _('Login with your username and password. ' .
- 'Don\'t have a username yet? ' .
- '[Register](%%action.register%%) a new account, or ' .
- 'try [OpenID](%%action.openidlogin%%). ');
- }
+ return _('Login with your username and password. ' .
+ 'Don\'t have a username yet? ' .
+ '[Register](%%action.register%%) a new account, or ' .
+ 'try [OpenID](%%action.openidlogin%%). ');
}
function show_top($error=NULL) {