Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
8faf43c4
Commit
8faf43c4
authored
6 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(core) Fixed error in password method locking
issue
#5970
parent
91fb7f10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/password-methods/class_password-methods.inc
+2
-0
include/password-methods/class_password-methods.inc
with
2 additions
and
0 deletions
+2
-0
include/password-methods/class_password-methods.inc
+
2
−
0
View file @
8faf43c4
...
...
@@ -181,6 +181,8 @@ class passwordMethod
}
}
$modify
[
'userPassword'
]
=
$pwd
;
$ldap
=
$config
->
get_ldap_link
();
$ldap
->
cd
(
$dn
);
$ldap
->
modify
(
$modify
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets