Commit 80f03f16 authored by eseyman%linagora.com's avatar eseyman%linagora.com

Bug 397575: syncLDAP outputs HTML does not enable/disable accounts

Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=LpSolit
parent d063d5f3
...@@ -276,7 +276,7 @@ if($readonly == 0) { ...@@ -276,7 +276,7 @@ if($readonly == 0) {
Bugzilla::User->create({ Bugzilla::User->create({
login_name => $key, login_name => $key,
realname => @$value{'realname'}, realname => @$value{'realname'},
password => '*'}); cryptpassword => '*'});
} }
print "done!\n" unless $quiet; print "done!\n" unless $quiet;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment