From f66606751e738c8d41450749f4046887b8e62333 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Jan 2007 19:17:55 +0000 Subject: [PATCH] - Patch #113872 by webchick: 403 on user/password for anon users. --- modules/user/user.module | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/user.module b/modules/user/user.module index 7e52861e922..d2ed6208d5d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -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(