diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 02:11:18 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 02:11:18 -0400 |
commit | 98c9540ef930ad5aff57a3f0b438656c2d0eb726 (patch) | |
tree | f56444c2040573a54543731cc609d4af364dc135 | |
parent | 6198ba6714b9f0c0c437c7043f73a6148d5e9a96 (diff) |
reword, leave out the OpenID part
darcs-hash:20080709061118-84dde-b79745bf15dde9e95b46efd1e952d67d435eb1bf.gz
-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? ' . |