conflict resolution after pulling from mikenz
darcs-hash:20080713215601-84dde-371d54221d9ffbed500e8d3c9e0ad4bb15bd5c30.gz
This commit is contained in:
parent
bdd0091e70
commit
e3f4165d69
|
@ -52,9 +52,7 @@ class ImsettingsAction extends SettingsAction {
|
||||||
common_element_start('p');
|
common_element_start('p');
|
||||||
common_element('span', 'address unconfirmed', $confirm->address);
|
common_element('span', 'address unconfirmed', $confirm->address);
|
||||||
common_element('span', 'input_instructions',
|
common_element('span', 'input_instructions',
|
||||||
sprintf(_('Awaiting confirmation on this address. Check your ' .
|
sprintf(_('Awaiting confirmation on this address. Check your Jabber/GTalk account for a message with further instructions. (Did you add %s to your buddy list?)',
|
||||||
'Jabber/GTalk account for a message with further ' .
|
|
||||||
'instructions. (Did you add %s to your buddy list?)',
|
|
||||||
jabber_daemon_address())));
|
jabber_daemon_address())));
|
||||||
common_hidden('jabber', $confirm->address);
|
common_hidden('jabber', $confirm->address);
|
||||||
common_element_end('p');
|
common_element_end('p');
|
||||||
|
|
|
@ -109,11 +109,22 @@ class LoginAction extends Action {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_instructions() {
|
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. ' .
|
return _('Login with your username and password. ' .
|
||||||
'Don\'t have a username yet? ' .
|
'Don\'t have a username yet? ' .
|
||||||
'[Register](%%action.register%%) a new account, or ' .
|
'[Register](%%action.register%%) a new account, or ' .
|
||||||
'try [OpenID](%%action.openidlogin%%). ');
|
'try [OpenID](%%action.openidlogin%%). ');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function show_top($error=NULL) {
|
function show_top($error=NULL) {
|
||||||
if ($error) {
|
if ($error) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user