summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-22 11:51:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-22 11:51:14 +0000
commit0a714b7843736ef465221868354a95eee5cb6e92 (patch)
tree1a2546ef7dd9f3263cba48aefde70516fa71d295 /plugins/password/README
parentd24b11b949f7cd6c78f71aee0c51ea76399bb397 (diff)
- Password: chpasswd driver (#1486647)
git-svn-id: https://svn.roundcube.net/trunk@3533 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
-rw-r--r--plugins/password/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README
index 400a5e7a5..46f1b3cac 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -36,6 +36,7 @@
2.8. Virtualmin (virtualmin)
2.9. hMailServer (hmail)
2.10. PAM (pam)
+ 2.11. Chpasswd (chpasswd)
3. Driver API
@@ -214,6 +215,13 @@
Requires PECL's PAM exitension to be installed (http://pecl.php.net/package/PAM).
+ 2.11. Chpasswd (chpasswd)
+ -------------------------
+
+ Driver that adds functionality to change the systems user password via
+ the 'chpasswd' command. See config.inc.php file.
+
+
3. Driver API
-------------