summaryrefslogtreecommitdiff
path: root/plugins/password/README
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-03-07 09:48:33 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-03-07 09:48:33 +0000
commitbeb5bc650559db7771a78e57cecbe6c4fccbd4aa (patch)
tree2b184cb35adfa92b034ad27291dfe0e12ffb7cad /plugins/password/README
parentf8d88136b727520db85925ce53b24aa5819ffb1e (diff)
- Added pw_usermod driver (#1487826)
- Added option password_login_exceptions (#1487826) git-svn-id: https://svn.roundcube.net/trunk@5973 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 d9280fb03..268d5194c 100644
--- a/plugins/password/README
+++ b/plugins/password/README
@@ -39,6 +39,7 @@
2.11. Chpasswd (chpasswd)
2.12. LDAP - no PEAR (ldap_simple)
2.13. XMail (xmail)
+ 2.14. Pw (pw_usermod)
3. Driver API
@@ -253,6 +254,13 @@
for configuration description.
+ 2.14. Pw (pw_usermod)
+ -----------------------------------
+
+ Driver to change the systems user password via the 'pw usermod' command.
+ See config.inc.php.dist file for configuration description.
+
+
3. Driver API
-------------