Commit d8cd6887 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3044 Password was not appearing in acls anymore

Showing with 3 additions and 1 deletion
+3 -1
......@@ -204,7 +204,9 @@ class password extends plugin
"plSection" => "personal",
"plIcon" => '/fusiondirectory/geticon.php?context=status&icon=dialog-password&size=48',
"plProvidedAcls" => array()
"plProvidedAcls" => array(
"userPassword" => _("Change user password"),
)
);
}
......
  • bmortier @bmortier

    mentioned in issue #1030 (closed)

    By ggdagg on 2017-09-02T15:09:20 (imported from GitLab)

    ·

    mentioned in issue #1030 (closed)

    By ggdagg on 2017-09-02T15:09:20 (imported from GitLab)

    Toggle commit list
Supports Markdown
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