- Patch #113872 by webchick: 403 on user/password for anon users.
parent
76b850ab52
commit
f66606751e
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue