Remove 'request new password' tab
Removing the 'request new password' tab in Drupal is very easy. Just implement the code below.
/**
* Implements hook_menu_alter().
*/
function MODULE_OR_THEME_NAME_menu_alter(&$items)
{
$items['user/password']['access callback'] = FALSE;
}
Written by Robin van der Vleuten
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Drupal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#