mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
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:
parent
faf084ff00
commit
0498f008bc
@ -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>.';
|
||||
|
@ -1 +1,2 @@
|
||||
privacy:metadata,auth_lti
|
||||
firstlaunchnoauthnotice,auth_lti
|
||||
|
Loading…
x
Reference in New Issue
Block a user