Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Noreqnewpass
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
Noreqnewpass
Commits
0451c628
Commit
0451c628
authored
8 years ago
by
tadityar
Committed by
kreynen
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
noreqnewpass.info
+1
-1
1 addition, 1 deletion
noreqnewpass.info
noreqnewpass.module
+2
-2
2 additions, 2 deletions
noreqnewpass.module
with
3 additions
and
3 deletions
noreqnewpass.info
+
1
−
1
View file @
0451c628
...
...
@@ -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
This diff is collapsed.
Click to expand it.
noreqnewpass.module
+
2
−
2
View file @
0451c628
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment