mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-58220 oauth2: More prominent help link
This commit is contained in:
parent
bc55c88ba0
commit
4dc53b15fd
@ -52,6 +52,8 @@ class issuer extends persistent {
|
||||
$mform = $this->_form;
|
||||
$endpoint = $this->get_persistent();
|
||||
|
||||
$mform->addElement('html', $OUTPUT->page_doc_link(get_string('issuersetup', 'tool_oauth2')));
|
||||
|
||||
// Name.
|
||||
$mform->addElement('text', 'name', get_string('issuername', 'tool_oauth2'));
|
||||
$mform->addRule('name', null, 'required', null, 'client');
|
||||
|
@ -53,6 +53,7 @@ $string['endpointname'] = 'Name';
|
||||
$string['endpointsforissuer'] = 'Endpoints for issuer: {$a}';
|
||||
$string['endpointurl_help'] = 'URL for this endpoint. Must use https:// protocol.';
|
||||
$string['endpointurl'] = 'Url';
|
||||
$string['issuersetup'] = 'Detailed instructions on configuring the common OAuth 2 Services';
|
||||
$string['issueralloweddomains_help'] = 'If set, this setting is a comma separated list of domains that logins will be restricted to when using this provider.';
|
||||
$string['issueralloweddomains_link'] = 'OAuth_2_login_domains';
|
||||
$string['issueralloweddomains'] = 'Login domains';
|
||||
|
Loading…
x
Reference in New Issue
Block a user