File/plugins/change_password/config_default.php

Description

Change Password plugin configuration vars

NOTE: probably you need to configure your specific backend too!

  • version: $Id: config_default.php 1254 2008-04-06 06:13:51Z tokul $
  • copyright: (c) 2005-2006 The SquirrelMail Project Team
  • copyright: (c) 2006-2007 The NaSMail Project
  • license: GNU Public License
Variables
string $cpw_crack_dict (line 35)

Path to cracklib dictionary

If setting is not empty, plugin will require PHP Crack extension. Please note that PHP Crack extension has higher minimal password lengh requirements by default. See README for more information.

  • since: 0.4
integer $cpw_policy_maxdays (line 50)

Maximum allowed password age in days

User won't be able to list mailbox, read or write emails, control his/her folders and address book, if same password is used for more days than specified in this setting.

If setting is set to zero, password policies are not enabled. WARNING: if password policies are used, plugin stores hashed password in user preferences.

  • since: 0.6
integer $cpw_policy_noticedays (line 65)

Password age (in days) that triggers display of warnings about old password

User will see notice in mailbox listing, if same password is used for more days than specified in this setting. Notice is displayed once after every login.

If setting is set to zero, notices are not displayed.

Setting is active only when $cpw_policy_maxdays is also enabled.

  • since: 0.6

Documentation generated on Sun, 22 Nov 2009 17:36:22 +0200 by phpDocumentor 1.4.3