diff options
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index c6c554ea3..4d7c8470b 100644 --- a/actions/login.php +++ b/actions/login.php @@ -96,10 +96,9 @@ class LoginAction extends Action { # rememberme logins have to reauthenticate before # changing any profile settings (cookie-stealing protection) return _t('For security reasons, ' . - 'before changing your settings, ' . 'please re-enter your ' . 'user name and password ' . - '(or use [OpenID](%%action.openidlogin%%)).'); + 'before changing your settings. '); } else { return _t('Login with your username and password. ' . 'Don\'t have a username yet? ' . |