X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2Ffinishopenidlogin.php;h=0d3f0fcb765ab2efc5581bc9690a7d1ced6b2a45;hb=e603bcd56b014eb08f77e7c59826086edf0176c6;hp=0c03b5c4db8b5758e9947c2c1d124aef9ddaed82;hpb=83c2e0b379a8a6a81c211ed5c4d837e047f919f7;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/finishopenidlogin.php b/plugins/OpenID/finishopenidlogin.php index 0c03b5c4db..0d3f0fcb76 100644 --- a/plugins/OpenID/finishopenidlogin.php +++ b/plugins/OpenID/finishopenidlogin.php @@ -17,7 +17,9 @@ * along with this program. If not, see . */ -if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET')) { + exit(1); +} require_once INSTALLDIR.'/plugins/OpenID/openid.php'; @@ -43,7 +45,7 @@ class FinishopenidloginAction extends Action if ($this->arg('create')) { if (!$this->boolean('license')) { // TRANS: Message given if user does not agree with the site's license. - $this->showForm(_m('You can\'t register if you don\'t agree to the license.'), + $this->showForm(_m('You cannot register if you do not agree to the license.'), $this->trimmed('newname')); return; } @@ -68,14 +70,14 @@ class FinishopenidloginAction extends Action $this->element('div', 'instructions', // TRANS: Instructions given after a first successful logon using OpenID. // TRANS: %s is the site name. - sprintf(_m('This is the first time you\'ve logged into %s so we must connect your OpenID to a local account. You can either create a new account, or connect with your existing account, if you have one.'), common_config('site', 'name'))); + sprintf(_m('This is the first time you have logged into %s so we must connect your OpenID to a local account. You can either create a new account, or connect with your existing account, if you have one.'), common_config('site', 'name'))); } } function title() { // TRANS: Title - return _m('OpenID Account Setup'); + return _m('TITLE','OpenID Account Setup'); } function showForm($error=null, $username=null) @@ -98,22 +100,48 @@ class FinishopenidloginAction extends Action return; } + // We don't recognize this OpenID, so we're going to give the user + // two options, each in its own mini-form. + // + // First, they can create a new account using their OpenID auth + // info. The profile will be pre-populated with whatever name, + // email, and location we can get from the OpenID provider, so + // all we ask for is the license confirmation. $this->elementStart('form', array('method' => 'post', - 'id' => 'account_connect', + 'id' => 'account_create', 'class' => 'form_settings', 'action' => common_local_url('finishopenidlogin'))); $this->hidden('token', common_session_token()); $this->elementStart('fieldset', array('id' => 'form_openid_createaccount')); $this->element('legend', null, + // TRANS: Fieldset legend. _m('Create new account')); $this->element('p', null, + // TRANS: Form guide. _m('Create a new user with this nickname.')); $this->elementStart('ul', 'form_data'); + + // Hook point for captcha etc + Event::handle('StartRegistrationFormData', array($this)); + $this->elementStart('li'); + // TRANS: Field label. $this->input('newname', _m('New nickname'), ($this->username) ? $this->username : '', - _m('1-64 lowercase letters or numbers, no punctuation or spaces')); + // TRANS: Field title. + _m('1-64 lowercase letters or numbers, no punctuation or spaces.')); $this->elementEnd('li'); + $this->elementStart('li'); + // TRANS: Field label. + $this->input('email', _m('Email'), $this->getEmail(), + // TRANS: Field title. + _m('Used only for updates, announcements, '. + 'and password recovery.')); + $this->elementEnd('li'); + + // Hook point for captcha etc + Event::handle('EndRegistrationFormData', array($this)); + $this->elementStart('li'); $this->element('input', array('type' => 'checkbox', 'id' => 'license', @@ -123,8 +151,8 @@ class FinishopenidloginAction extends Action $this->elementStart('label', array('for' => 'license', 'class' => 'checkbox')); // TRANS: OpenID plugin link text. - // TRANS: %s is a link to a licese with the license name as link text. - $message = _('My text and files are available under %s ' . + // TRANS: %s is a link to a license with the license name as link text. + $message = _m('My text and files are available under %s ' . 'except this private data: password, ' . 'email address, IM address, and phone number.'); $link = '