summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-04 13:27:22 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-04 13:27:22 -0400
commit5dc1291b59a1079cbe9bab05d12dae06b8e4c96d (patch)
tree63fdfdbf1db6b87dfa494128ef78fe385d0ca726 /actions/login.php
parent622c0b24c3455557bdb1bee646dcd9c955a3b3ea (diff)
move openid instructions to OpenIDPlugin
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php
index 50de83f6f..f5a658bf5 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -250,8 +250,7 @@ class LoginAction extends Action
} 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%%). ');
+ '[Register](%%action.register%%) a new account.');
}
}