diff --git a/uwauth.module b/uwauth.module index 52cc6f6..525ec83 100644 --- a/uwauth.module +++ b/uwauth.module @@ -26,7 +26,7 @@ function uwauth_help($route_name, RouteMatchInterface $route_match) { $output .= '
' . t('For portability purposes, externally managed groups are mapped to Drupal roles. This mapping function allows for changes in group names, and sources without having to change permissions within Drupal.') . '
'; $output .= '' . t('Each row within the text box represents a group to role map entry. A group can only be mapped to a single role, as the group name is used as an internal identifier. Groups cannot be mapped to builtin Drupal roles. So, if you want to give a group, admin privileges, you will need to create a role with those privileges.') . '
'; $output .= '' . t('Developed by John Yocum for UW DEOHS. Source code history, releases, etc. available from') . ' ' . 'https://github.com/jtyocum/drupal8-uwauth.' . '
'; + $output .= '' . t('Developed by John Yocum for UW DEOHS. Source code history, releases, etc. available from') . ' ' . 'https://github.com/deohs/uwauth.' . '
'; return $output; } }