Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
e0bafc96
Commit
e0bafc96
authored
Nov 01, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Type (#1183)
parent
f12709d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/Choice.pm
...ldap-ng-portal/lib/Lemonldap/NG/Portal/Password/Choice.pm
+2
-2
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Password/Choice.pm
View file @
e0bafc96
...
...
@@ -18,13 +18,13 @@ sub init {
sub
confirm
{
my
(
$self
,
$req
,
$pwd
)
=
@_
;
$self
->
checkChoice
(
$req
)
or
return
PE_ERROR
;
return
$req
->
datas
->
{
enabledMod2
}
->
[
0
]
->
confirm
(
$req
,
$pwd
);
return
$req
->
datas
->
{
enabledMod
s
2
}
->
[
0
]
->
confirm
(
$req
,
$pwd
);
}
sub
modifyPassword
{
my
(
$self
,
$req
,
$pwd
)
=
@_
;
$self
->
checkChoice
(
$req
)
or
return
PE_ERROR
;
return
$req
->
datas
->
{
enabledMod2
}
->
[
0
]
->
modifyPassword
(
$req
,
$pwd
);
return
$req
->
datas
->
{
enabledMod
s
2
}
->
[
0
]
->
modifyPassword
(
$req
,
$pwd
);
}
1
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment