Is there a way to turn off user search? I tried creating a helper module and using unset($items['search/user/%menu_tail']);. This did remove the 'user' tab from the page, but I can still navigate to search/user and enter a partial username and see a list of users. How can I turn off user search altogether?
I also tried to replace search/user with a view with the same path, but the problem with that one is that it only works if you go directly to search/user and does not work if you go to search/user/deanna for instance. search/user/deanna takes you to Drupal's original user search results page.
Read »








