Re: Change_Passwd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> when setting the new password...using the change_passwd plugin.. how can
> we customize the new password options...i saw the configuration in
> config.php..to use atleast 8 charecters and all.
> How can i customize it by specifying that it should use both numbers and
> charecters or to make it accept only complex passwords?

In change_passwd 4.1 (as of yet unreleased), you would have two ways
to enforce password strength.  From the config file:

// Define a list of characters that should not be allowed
// as part of user passwords
//
//$invalid_password_characters = array('!', '#', '&');
$invalid_password_characters = array();


// You may force your users to create more obscure (stronger)
// passwords by using CrackLib if available on your server.
// Note that this functionality does not come with most PHP
// distributions, so please review:
//
// http://php.net/crack
// http://pecl.php.net/package/crack
//
$enforce_cracklib = 0;

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux