diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 11:28:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 11:28:30 +0000 |
| commit | 092d3d0f4dfbd722d4fba86ac4d92a8d56c478fb (patch) | |
| tree | 4ec8de180343bd6770eac54dc8c15a12a16c48fe /plugins/password/README | |
| parent | a7c3c8dc14e19dcf6fb56495b3c09bc41a66acf9 (diff) | |
- Added Expect driver (#1488363)
git-svn-id: https://svn.roundcube.net/trunk@5978 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/README')
| -rw-r--r-- | plugins/password/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/password/README b/plugins/password/README index eadf10742..4ae0521d1 100644 --- a/plugins/password/README +++ b/plugins/password/README @@ -42,6 +42,7 @@ 2.14. Pw (pw_usermod) 2.15. domainFACTORY (domainfactory) 2.16. DBMail (dbmail) + 2.17. Expect (expect) 3. Driver API @@ -282,6 +283,13 @@ Note: DBMail users can also use sql driver. + 2.17. Expect (expect) + ----------------------------------- + + Driver to change user password via the 'expect' command. + See config.inc.php.dist file for configuration description. + + 3. Driver API ------------- |
