Skip to content

Commit

Permalink
Merge branch 'MDL-74947-311' of https://github.com/snake/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_311_STABLE
  • Loading branch information
junpataleta committed Aug 2, 2022
2 parents 5f6923a + 57c492a commit 7b841a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/edit_form.php
Expand Up @@ -114,7 +114,7 @@ public function definition() {
$mform->setForceLtr('lti_resourcekey');

$mform->addElement('passwordunmask', 'lti_password', get_string('password_admin', 'lti'));
$mform->setType('lti_password', PARAM_TEXT);
$mform->setType('lti_password', PARAM_RAW);
$mform->addHelpButton('lti_password', 'password_admin', 'lti');
$mform->hideIf('lti_password', 'lti_ltiversion', 'eq', LTI_VERSION_1P3);

Expand Down

0 comments on commit 7b841a0

Please sign in to comment.