adding phpdoc blocks
[squirrelmail.git] / plugins / change_password / config.php
CommitLineData
27663afe 1<?php
2
3/* Change Password plugin configuration vars
4 *
5 * NOTE: probably you need to configure your specific backend too!
6 *
7 * $Id $
8 */
9
10// the password changing mechanism you're using
11$cpw_backend = 'template';
12
13
14$cpw_pass_min_length = 4;
15$cpw_pass_max_length = 25;
16
17$cpw_require_ssl = FALSE;