<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Password complexity]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4306.xml" />
	<updated>2012-12-29T06:27:23Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4306-password-complexity.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19691.html#p19691" />
			<content type="html"><![CDATA[<p>Thank you sir, its working fine...:) thank u very much..:)</p>]]></content>
			<author>
				<name><![CDATA[mamun.388]]></name>
				<uri>http://www.iredmail.org/forum/user32030.html</uri>
			</author>
			<updated>2012-12-29T06:27:23Z</updated>
			<id>http://www.iredmail.org/forum/post19691.html#p19691</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19690.html#p19690" />
			<content type="html"><![CDATA[<p>Sorry, what do you mean &quot;not working&quot;? Did you try to restart Apache web server and try again?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-12-29T05:23:48Z</updated>
			<id>http://www.iredmail.org/forum/post19690.html#p19690</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19689.html#p19689" />
			<content type="html"><![CDATA[<p>This is my current configuration,&nbsp; so there is already false. but it not working...</p><br /><p>$rcmail_config[&#039;password_driver&#039;] = &quot;sql&quot;;</p><p>// Determine whether current password is required to change password.<br />// Default: false.<br />$rcmail_config[&#039;password_confirm_current&#039;] = true;</p><p>// Require the new password to be a certain length.<br />// set to blank to allow passwords of any length<br />$rcmail_config[&#039;password_minimum_length&#039;] = 4;</p><p>// Require the new password to contain a letter and punctuation character<br />// Change to false to remove this check.<br />$rcmail_config[&#039;password_require_nonalpha&#039;] = false;</p><p>// Enables logging of password changes into logs/password<br />$rcmail_config[&#039;password_log&#039;] = true;</p>]]></content>
			<author>
				<name><![CDATA[mamun.388]]></name>
				<uri>http://www.iredmail.org/forum/user32030.html</uri>
			</author>
			<updated>2012-12-29T04:47:23Z</updated>
			<id>http://www.iredmail.org/forum/post19689.html#p19689</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19687.html#p19687" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Please just take a look at this file, at least open it and read several lines.</p></blockquote></div><p>As ZhangHuangbin suggests, a quick read of the file makes it seems fairly obvious:</p><div class="quotebox"><blockquote><p>// Require the new password to be a certain length.<br />// set to blank to allow passwords of any length<br />$rcmail_config[&#039;password_minimum_length&#039;] = 8;</p><p>// Require the new password to contain a letter and punctuation character<br />// Change to false to remove this check.<br />$rcmail_config[&#039;password_require_nonalpha&#039;] = true;</p></blockquote></div><p>I suspect this would remove complexity:<br />$rcmail_config[&#039;password_require_nonalpha&#039;] = false;</p><p>I suspect this would allow any password length:<br />$rcmail_config[&#039;password_minimum_length&#039;] = ;</p>]]></content>
			<author>
				<name><![CDATA[christopher.lohman]]></name>
				<uri>http://www.iredmail.org/forum/user32419.html</uri>
			</author>
			<updated>2012-12-28T16:07:19Z</updated>
			<id>http://www.iredmail.org/forum/post19687.html#p19687</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19686.html#p19686" />
			<content type="html"><![CDATA[<p>Please just take a look at this file, at least open it and read several lines.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-12-28T09:09:35Z</updated>
			<id>http://www.iredmail.org/forum/post19686.html#p19686</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19682.html#p19682" />
			<content type="html"><![CDATA[<p>This is the path, /var/www/roundcubemail/plugins/password/config.inc.php , but what should i disable form here, plz tell me detail, i m new with iredmail.</p>]]></content>
			<author>
				<name><![CDATA[mamun.388]]></name>
				<uri>http://www.iredmail.org/forum/user32030.html</uri>
			</author>
			<updated>2012-12-28T06:16:00Z</updated>
			<id>http://www.iredmail.org/forum/post19682.html#p19682</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19642.html#p19642" />
			<content type="html"><![CDATA[<p>Do you mean changing password with Roundcube webmail? If so, you can disable this in its password plugin config file: roundcubemail/plugins/password/config.inc.php.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-12-24T17:52:20Z</updated>
			<id>http://www.iredmail.org/forum/post19642.html#p19642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Password complexity]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19637.html#p19637" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: iredmail-0.8.1<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): <br />- Linux/BSD distribution name and version: centos5.6<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>how can i remove the password complexity on iredmail-0.8.1. when i try to change my password that time its not taking any easy password like , 12345, abcd, its only taking complex password, like: Mamun!@#</p>]]></content>
			<author>
				<name><![CDATA[mamun.388]]></name>
				<uri>http://www.iredmail.org/forum/user32030.html</uri>
			</author>
			<updated>2012-12-24T04:14:32Z</updated>
			<id>http://www.iredmail.org/forum/post19637.html#p19637</id>
		</entry>
</feed>
