From b83b43643e93490966e1c86f9300db7872e8eeeb Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag <klapinklapin@gmail.com> Date: Sun, 24 Apr 2016 14:56:47 +0200 Subject: [PATCH] PHPDocs for modifyUser() of ldapauth --- lib/plugins/authldap/auth.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/plugins/authldap/auth.php b/lib/plugins/authldap/auth.php index 4c9c17786..bf83dd7fb 100644 --- a/lib/plugins/authldap/auth.php +++ b/lib/plugins/authldap/auth.php @@ -275,6 +275,10 @@ class auth_plugin_authldap extends DokuWiki_Auth_Plugin { /** * Definition of the function modifyUser in order to modify the password + * + * @param string $user nick of the user to be changed + * @param array $changes array of field/value pairs to be changed (password will be clear text) + * @return bool true on success, false on error */ function modifyUser($user,$changes){ -- GitLab