MDL-80836 auth_lti: deprecate no auth notice

This notice was specific to the session piggyback method and is no
longer relevant.
This commit is contained in:
Jake Dallimore 2024-02-05 13:24:08 +08:00
parent faf084ff00
commit 0498f008bc
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,6 @@ $string['createaccountforme'] = 'Create an account for me';
$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';
@ -55,3 +54,6 @@ $string['welcome'] = 'Welcome!';
// 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>.';

View File

@ -1 +1,2 @@
privacy:metadata,auth_lti
firstlaunchnoauthnotice,auth_lti