- Patch #113872 by webchick: 403 on user/password for anon users.

6.x
Dries Buytaert 2007-01-29 19:17:55 +00:00
parent 76b850ab52
commit f66606751e
1 changed files with 1 additions and 0 deletions

View File

@ -749,6 +749,7 @@ function user_menu() {
'title' => t('Request new password'),
'page callback' => 'drupal_get_form',
'page arguments' => array('user_pass'),
'access callback' => 'user_is_anonymous',
'type' => MENU_LOCAL_TASK,
);
$items['user/reset/%/%/%'] = array(