You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$string['incorrectredirecturl'] = 'You should provide valid URL';
32
+
$string['incorrectssourl'] = 'You should provide valid URL';
31
33
$string['iprestriction'] = 'IP restriction';
32
34
$string['iprestriction_desc'] = 'If enabled, a web call has to contain "ip" parameter when requesting login URL.
33
35
A user has to have provided IP to be able to use a key to login to LMS.';
@@ -37,20 +39,17 @@
37
39
\nIf the route to either the system issuing tokens or this Moodle is via a private address range then set this value to 10.0.0.0/8;172.16.0.0/12;192.168.0.0/16";
38
40
$string['keylifetime'] = 'User key life time';
39
41
$string['keylifetime_desc'] = 'Life time in seconds of the each user login key.';
40
-
$string['incorrectkeylifetime'] = 'User key life time should be a number';
41
-
$string['createuser'] = 'Create user?';
42
-
$string['createuser_desc'] = 'If enabled, a new user will be created if fail to find one in LMS.';
43
-
$string['updateuser'] = 'Update user?';
44
-
$string['updateuser_desc'] = 'If enabled, users will be updated with the properties supplied when the webservice is called.';
42
+
$string['mappingfield'] = 'Mapping field';
43
+
$string['mappingfield_desc'] = 'This user field will be used to find relevant user in the LMS.';
44
+
$string['noip'] = 'Unable to fetch IP address of client.';
45
+
$string['pluginisdisabled'] = 'The userkey authentication plugin is disabled.';
$string['privacy:metadata'] = 'User key authentication plugin does not store any personal data.';
48
+
$string['redirecterrordetected'] = 'Unsupported redirect to {$a} detected, execution terminated.';
45
49
$string['redirecturl'] = 'Logout redirect URL';
46
50
$string['redirecturl_desc'] = 'Optionally you can redirect users to this URL after they logged out from LMS.';
47
-
$string['incorrectredirecturl'] = 'You should provide valid URL';
48
-
$string['incorrectssourl'] = 'You should provide valid URL';
49
-
$string['userkey:generatekey'] = 'Generate login user key';
50
-
$string['pluginisdisabled'] = 'The userkey authentication plugin is disabled.';
51
51
$string['ssourl'] = 'URL of SSO host';
52
52
$string['ssourl_desc'] = 'URL of the SSO host to redirect users to. If defined users will be redirected here on login instead of the Moodle Login page';
53
-
$string['redirecterrordetected'] = 'Unsupported redirect to {$a} detected, execution terminated.';
54
-
$string['noip'] = 'Unable to fetch IP address of client.';
55
-
$string['privacy:metadata'] = 'User key authentication plugin does not store any personal data.';
0 commit comments