forked from GNUsocial/gnu-social
reword, leave out the OpenID part
darcs-hash:20080709061118-84dde-b79745bf15dde9e95b46efd1e952d67d435eb1bf.gz
This commit is contained in:
parent
6198ba6714
commit
98c9540ef9
@ -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? ' .
|
||||
|
Loading…
Reference in New Issue
Block a user