]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/password/README
Imported Upstream version 0.6+dfsg
[roundcube.git] / plugins / password / README
index 81e4f1ead9ce52d5dd7edb9c80fe5031a4ba1abc..d9280fb038d6e239adefcb38014e3cd742c41398 100644 (file)
  2.5. DirectAdmin Control Panel (directadmin)
  --------------------------------------------
 
- You can specify which host to connect to via 'password_directadmin_host'
- and what port via 'password_direactadmin_port'. See config.inc.php.dist file
- for more info.
+ You can specify which host to connect to via 'password_directadmin_host' (don't 
+ forget to use tcp:// or ssl://) and what port via 'password_direactadmin_port'.
+ The password enforcement with plenty customization can be done directly by 
+ DirectAdmin, please see http://www.directadmin.com/features.php?id=910
+ See config.inc.php.dist file for more info.
 
 
  2.6. cPanel (cpanel)
 
  Driver file (<driver_name>.php) must define 'password_save' function with
  two arguments. First - current password, second - new password. Function
may return PASSWORD_SUCCESS on success or any of PASSWORD_CONNECT_ERROR,
should return PASSWORD_SUCCESS on success or any of PASSWORD_CONNECT_ERROR,
  PASSWORD_CRYPT_ERROR, PASSWORD_ERROR when driver was unable to change password.
- See existing drivers in drivers/ directory for examples.
-
+ Extended result (as a hash-array with 'message' and 'code' items) can be returned
+ too. See existing drivers in drivers/ directory for examples.