X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fchange_password%2Fconfig.php;h=be42921dee8c914b65c8f84eff6e2155b981e7f2;hb=9664b344740a5d21bd079d4532549ef9f7759b7c;hp=6f1f7cdc69528a805002a457f83adf44720f2dc5;hpb=91e0dccca7b2452d8b450791cae3aa4125e8889e;p=squirrelmail.git diff --git a/plugins/change_password/config.php b/plugins/change_password/config.php index 6f1f7cdc..be42921d 100644 --- a/plugins/change_password/config.php +++ b/plugins/change_password/config.php @@ -10,11 +10,13 @@ * @subpackage change_password */ -// the password changing mechanism you're using +/** the password changing mechanism you're using */ $cpw_backend = 'template'; - +/** the minimum and maximum length that the plugin will enforce on new passwords */ $cpw_pass_min_length = 4; $cpw_pass_max_length = 25; -$cpw_require_ssl = FALSE; \ No newline at end of file +/** whether we require the use of SSL/https to change a password */ +$cpw_require_ssl = FALSE; +