Skip to content
Snippets Groups Projects
Commit f6660675 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 76b850ab
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment