Skip to content

Commit

Permalink
MDL-80836 auth_lti: deprecate no auth notice
Browse files Browse the repository at this point in the history
This notice was specific to the session piggyback method and is no
longer relevant.
  • Loading branch information
snake committed Feb 15, 2024
1 parent faf084f commit 0498f00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auth/lti/lang/en/auth_lti.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
$string['createnewaccount'] = 'I\'d like to create a new account';
$string['currentlyloggedinas'] = 'You are currently logged in as:';
$string['firstlaunchnotice'] = 'It looks like this is your first time here. Please select from one of the following account options.';
$string['firstlaunchnoauthnotice'] = 'To link your existing account you must be logged in to the site. Please log in to the site in a new tab/window and then relaunch the tool here. For further information, see the documentation <a href="{$a}" target="_blank">Publish as LTI tool</a>.';
$string['getstartedwithnewaccount'] = 'Get started with a new account';
$string['haveexistingaccount'] = 'I have an existing account';
$string['linkthisaccount'] = 'Link this account';
Expand All @@ -55,3 +54,6 @@

// Deprecated since Moodle 4.0.
$string['privacy:metadata'] = 'The LTI authentication plugin does not store any personal data.';

// Deprecated since Moodle 4.4.
$string['firstlaunchnoauthnotice'] = 'To link your existing account you must be logged in to the site. Please log in to the site in a new tab/window and then relaunch the tool here. For further information, see the documentation <a href="{$a}" target="_blank">Publish as LTI tool</a>.';
1 change: 1 addition & 0 deletions auth/lti/lang/en/deprecated.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
privacy:metadata,auth_lti
firstlaunchnoauthnotice,auth_lti

0 comments on commit 0498f00

Please sign in to comment.