2c2 < index 8a24ee7..0b9352d 100644 --- > index 65882af..26070ea 100644 5c5 < @@ -593,11 +593,6 @@ services: --- > @@ -598,11 +598,6 @@ services: 31c31 < index 0000000..bb2c495 --- > index 0000000..54b6e59 34c34 < @@ -0,0 +1,6 @@ --- > @@ -0,0 +1,19 @@ 40a41,53 > + > + /** > + * Implements hook_help(). > + */ > +function basic_auth_help($path, $arg) { > + switch ($path) { > + case 'admin/help#email': > + $output = ''; > + $output .= '

' . t('About') . '

'; > + $output .= '

' . t('The basic auth module implements basic user authentication using the HTTP Basic authentication provider.') . '

'; > + return $output; > + } > +}