Skip to content
Snippets Groups Projects
Commit 0451c628 authored by tadityar's avatar tadityar Committed by kreynen
Browse files

Issue #2374999 by tadityar: Move form under Configuration/People menu

parent c3181355
Branches 7.x-2.x
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ name = No Request New Pass
description = "Disable link to request a new password"
core = 7.x
package = People
configure = admin/people/noreqnewpass
configure = admin/config/people/noreqnewpass
files[] = tests/noreqnewpass.test
......@@ -6,13 +6,13 @@
function noreqnewpass_menu () {
$items = array();
$items['admin/people/noreqnewpass'] = array(
$items['admin/config/people/noreqnewpass'] = array(
'title' => t('No Request New Password'),
'description' => t('Manage password preferences'),
'access arguments' => array('administer noreqnewpass'),
'page callback' => 'drupal_get_form',
'page arguments' => array('noreqnewpass_admin_form'),
'type' => MENU_LOCAL_TASK,
'type' => MENU_NORMAL_ITEM,
);
return $items;
......
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