. /** * Strings for auth_userkey. * * @package auth_userkey * @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['pluginname'] = 'User key authentication'; $string['auth_userkeydescription'] = 'Log in to Moodle using one time user key.'; $string['mappingfield'] = 'Mapping field'; $string['mappingfield_desc'] = 'This user field will be used to find relevant user in the LMS.'; $string['iprestriction'] = 'IP restriction'; $string['iprestriction_desc'] = 'If enabled, a web call has to contain "ip" parameter when requesting login URL. A user has to have provided IP to be able to use a key to login to LMS.'; $string['keylifetime'] = 'User key life time'; $string['keylifetime_desc'] = 'Life time in seconds of the each user login key.'; $string['incorrectkeylifetime'] = 'User key life time should be a number'; $string['createuser'] = 'Crete user?'; $string['createuser_desc'] = 'If enabled, a new user will be created if fail to find one in LMS.'; $string['redirecturl'] = 'Logout redirect URL'; $string['redirecturl_desc'] = 'Optionally you can redirect users to this URL after they logged out from LMS.'; $string['incorrectredirecturl'] = 'You should provide valid URL'; $string['userkey:generatekey'] = 'Generate login user key'; $string['pluginisdisabled'] = 'The userkey authentication plugin is disabled.';