* removed need to modify backend files. everything is controlled with
[squirrelmail.git] / plugins / change_password / config.php
diff --git a/plugins/change_password/config.php b/plugins/change_password/config.php
deleted file mode 100644 (file)
index be42921..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-/**
- * Change Password plugin configuration vars
- *
- * NOTE: probably you need to configure your specific backend too!
- *
- * @version $Id$
- * @package plugins
- * @subpackage change_password
- */
-
-/** 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;
-
-/** whether we require the use of SSL/https to change a password */
-$cpw_require_ssl = FALSE;
-