hash URL parameter. The longest, the best.
Remote user services can check the generated URL authenticity with the following PHP expression :
password_verify($salt.$userId, $hash)
Where
$salt is this input value,
$userId is the number of the user referenced by the username URL parameter value and
$hash contains the hash URL parameter value.';
$strings['hide_link_from_navigation_menu'] = 'hide links from the menu';
// Please keep alphabetically sorted
$strings['CreateService'] = 'Add service to menu bar';
$strings['DeleteServices'] = 'Remove services from menu bar';
$strings['ServicesToDelete'] = 'Services to remove from menu bar';
$strings['ServiceTitle'] = 'Service title';
$strings['ServiceURL'] = 'Service web site location (URL)';
$strings['RedirectAccessURL'] = "URL to use in Chamilo to redirect user to the service (URL)";