Skip to content

Commit

Permalink
Update help text URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tkiehne committed Feb 6, 2024
1 parent 34d6760 commit 124f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwauth.module
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function uwauth_help($route_name, RouteMatchInterface $route_match) {
$output .= '<p>' . 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.') . '</p>';
$output .= '<p>' . 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.') . '</p>';
$output .= '<h3>' . t('History') . '</h3>';
$output .= '<p>' . t('Developed by John Yocum for UW DEOHS. Source code history, releases, etc. available from') . ' ' . '<a href=https://github.com/jtyocum/drupal8-uwauth>https://github.com/jtyocum/drupal8-uwauth</a>.' . '</p>';
$output .= '<p>' . t('Developed by John Yocum for UW DEOHS. Source code history, releases, etc. available from') . ' ' . '<a href=https://github.com/deohs/uwauth>https://github.com/deohs/uwauth</a>.' . '</p>';
return $output;
}
}

0 comments on commit 124f281

Please sign in to comment.