<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2949&amp;type=atom" />
	<updated>2015-09-16T11:31:32Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2949</id>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24298#p24298" />
			<content type="html"><![CDATA[<p>This has now been <a href="https://frontaccounting.com/fawiki/index.php?n=Main.ExtensionList">wiki</a>ed.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-09-16T11:31:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24298#p24298</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24292#p24292" />
			<content type="html"><![CDATA[<p>Hi</p><p>In : moduls/auth_ldap/config_ldap.php</p><p>- you will finde :</p><div class="codebox"><pre><code>$_ldap_config = array (
    // default configuration for all companies
    &#039;default&#039; =&gt; array (
        // LDAP authentication enabled?
        &#039;enabled&#039; =&gt; true,
        // LDAP configuration
        &#039;ldap&#039; =&gt; array (
            &#039;host&#039; =&gt; &#039;ldap&#039;,
            &#039;port&#039; =&gt; 389,
            &#039;domain&#039; =&gt; &#039;mycompany.com.au&#039;,
            &#039;suffix&#039; =&gt; &#039;dc=mycompany,dc=com,dc=au&#039;,
            &#039;security&#039; =&gt; 0,  // 0 = none, 1 = TLS, 2 = SSL
        ),
        // Map LDAP groups to FA roles
        // (first matching group sets the user&#039;s role)
        &#039;group_role_map&#039; =&gt; array (
            &#039;Accounts Payable&#039; =&gt; &#039;AP Officer&#039;,
            &#039;Accounts Receivable&#039; =&gt; &#039;AR Officer&#039;,
            &#039;Sales&#039; =&gt; &#039;Salesman&#039;,
            &#039;Stores&#039; =&gt; &#039;Purchase Officer&#039;,
            &#039;Managers&#039; =&gt; &#039;System Administrator&#039;,
            &#039;Wheel&#039; =&gt; &#039;System Administrator&#039;,
        ),
    ),
    // per-company overrides
    // (you can override &#039;enabled&#039;, &#039;ldap&#039;, or &#039;group_role_map&#039; keys)
    &#039;company&#039; =&gt; array (
/*
        // example: this company doesn&#039;t use any LDAP authentication
        1 =&gt; array (
            &#039;enabled&#039; =&gt; false,
        ),
        // example: this company has some separate groups just for this company
        4 =&gt; array (
            &#039;group_role_map&#039; =&gt; array (
                &#039;OtherCompany Accounts Payable&#039; =&gt; &#039;AP Officer&#039;,
                &#039;OtherCompany Accounts Receivable&#039; =&gt; &#039;AR Officer&#039;,
                &#039;OtherCompany Sales&#039; =&gt; &#039;Salesman&#039;,
                &#039;OtherCompany Stores&#039; =&gt; &#039;Purchase Officer&#039;,
                &#039;Managers&#039; =&gt; &#039;System Administrator&#039;,
                &#039;Wheel&#039; =&gt; &#039;System Administrator&#039;,
            ),
        ),
*/
    ),    </code></pre></div><p>- AND this is what you have to set as &quot;false&quot;</p><div class="codebox"><pre><code>// example: this company doesn&#039;t use any LDAP authentication
        1 =&gt; array (
            &#039;enabled&#039; =&gt; false,</code></pre></div>]]></content>
			<author>
				<name><![CDATA[MicCo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20697</uri>
			</author>
			<updated>2015-09-15T21:21:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24292#p24292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24291#p24291" />
			<content type="html"><![CDATA[<p>Hi, I had the same problem. In my case the installed_extensions.php &#039;active&#039; value was 1, so I changed to 0 and the problem solved. </p><p>Thank you very much.</p><p>I strongly recommend this to be wikied up to because I&#039;ve tried several times to change table values and was able to access until I found this post.</p>]]></content>
			<author>
				<name><![CDATA[shiki]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20706</uri>
			</author>
			<updated>2015-09-15T20:58:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24291#p24291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12985#p12985" />
			<content type="html"><![CDATA[<p>Keep in mind that changing base installed_extension.php is not enough to deactivate the extension. You have to remove the mentioned section also from company/X/installed_extensions.php files.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-07-31T18:59:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12985#p12985</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12942#p12942" />
			<content type="html"><![CDATA[<p>I did the same process and it did not work.. </p><p>Delete below from the installed_extensions.php should fix the problem.</p><p> 1 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;Auth_LDAP&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;auth_ldap&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.5-1&#039;,<br />&nbsp; &nbsp; &#039;type&#039; =&gt; &#039;extension&#039;,<br />&nbsp; &nbsp; &#039;active&#039; =&gt; false,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;modules/auth_ldap&#039;,<br />&nbsp; ),</p>]]></content>
			<author>
				<name><![CDATA[kyrk84]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14697</uri>
			</author>
			<updated>2012-07-20T21:41:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12942#p12942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12572#p12572" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>1.1) Open the file at installed_extensions.php, set the&nbsp; &#039;active&#039; =&gt; false<br />&nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp;$installed_extensions = array (<br />&nbsp; 1 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;Auth_LDAP&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;auth_ldap&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.5-1&#039;,<br />&nbsp; &nbsp; &#039;type&#039; =&gt; &#039;extension&#039;,<br />&nbsp; &nbsp; &#039;active&#039; =&gt; false,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;modules/auth_ldap&#039;,<br />&nbsp; ),<br />);</p><br /><p>&nbsp; &nbsp;1.2) Open the file at company/0/installed_extensions.php, set the&nbsp; &#039;active&#039; =&gt; false<br />&nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp;$installed_extensions = array (<br />&nbsp; 1 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;Auth_LDAP&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;auth_ldap&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.5-1&#039;,<br />&nbsp; &nbsp; &#039;type&#039; =&gt; &#039;extension&#039;,<br />&nbsp; &nbsp; &#039;active&#039; =&gt; false,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;modules/auth_ldap&#039;,<br />&nbsp; ),<br />);</p><p>&nbsp; These module was submitted by myself, but if you do not have Ldap Server. It doesn&#039;t work. Hope it help.</p><p>Cheers,</p><p> tclim</p></blockquote></div><p>I tried your method without success ... version 2.3.10</p>]]></content>
			<author>
				<name><![CDATA[benlhe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14296</uri>
			</author>
			<updated>2012-05-26T19:06:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12572#p12572</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12295#p12295" />
			<content type="html"><![CDATA[<p>Hi Attila/Janusz,</p><p>&nbsp; Do not activate Auth_LDAP if you do not have LDAP Server. If you have experience installed and activate Auth_LDAP and facing the Login problem. You need to De-activate it. Please follow the step below to De-activate the LDAP module.</p><p>&nbsp; 1) Edit the file located at FrontAccounting ROOT folder and also company folder. The company folder will start with company/0 company/1</p><p>&nbsp; &nbsp;1.1) Open the file at installed_extensions.php, set the&nbsp; &#039;active&#039; =&gt; false<br />&nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp;$installed_extensions = array (<br />&nbsp; 1 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;Auth_LDAP&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;auth_ldap&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.5-1&#039;,<br />&nbsp; &nbsp; &#039;type&#039; =&gt; &#039;extension&#039;,<br />&nbsp; &nbsp; &#039;active&#039; =&gt; false,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;modules/auth_ldap&#039;,<br />&nbsp; ),<br />);</p><br /><p>&nbsp; &nbsp;1.2) Open the file at company/0/installed_extensions.php, set the&nbsp; &#039;active&#039; =&gt; false<br />&nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp;$installed_extensions = array (<br />&nbsp; 1 =&gt; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;Auth_LDAP&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;auth_ldap&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.5-1&#039;,<br />&nbsp; &nbsp; &#039;type&#039; =&gt; &#039;extension&#039;,<br />&nbsp; &nbsp; &#039;active&#039; =&gt; false,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;modules/auth_ldap&#039;,<br />&nbsp; ),<br />);</p><p>&nbsp; These module was submitted by myself, but if you do not have Ldap Server. It doesn&#039;t work. Hope it help.</p><p>Cheers,</p><p> tclim</p>]]></content>
			<author>
				<name><![CDATA[tclim]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4821</uri>
			</author>
			<updated>2012-04-20T05:49:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12295#p12295</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12294#p12294" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>itronics wrote:</cite><blockquote><p>Did the problem appeared after switching from 2.3.9 to 2.3.10 version?<br />Janusz</p></blockquote></div><br /><p>Janusz - in my case yes,&nbsp; </p><p>On the side I was wondering if activating Auth_LDAP&nbsp; might not have caused it ?</p><p>Attila</p>]]></content>
			<author>
				<name><![CDATA[Attila]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=153</uri>
			</author>
			<updated>2012-04-20T05:01:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12294#p12294</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12286#p12286" />
			<content type="html"><![CDATA[<p>Did the problem appeared after switching from 2.3.9 to 2.3.10 version?<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-04-19T19:57:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12286#p12286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12278#p12278" />
			<content type="html"><![CDATA[<p>Ok I resolved my Issue by doing the following:</p><p>1) Deleted the the 2.3.10 php files and copied my 2.3.9 back in the direcorory.</p><p>2) I could then loging using &quot;password&quot; with the admin login ( because I already done as above )</p><p>3) then coppied the new 2.3.10 php file overwrighting whate ever was in that directory.</p><p>I could then login as above and immediatly changed the passwords as needed </p><p>Peace </p><p>Attila</p>]]></content>
			<author>
				<name><![CDATA[Attila]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=153</uri>
			</author>
			<updated>2012-04-19T08:28:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12278#p12278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12277#p12277" />
			<content type="html"><![CDATA[<p>hiya Joe </p><p>I have the same problem .....&nbsp; reset the MD5&nbsp; &nbsp;admin password to&nbsp; 5f4dcc3b5aa765d61d8327deb882cf99&nbsp; &#039;password&#039; </p><p>Still get : Incorrect Password</p><p>The user and password combination is not valid for the system.</p><p>If you are not an authorized user, please contact your system administrator to obtain an account to enable you to use the system.<br />Try again</p><p>Please help</p>]]></content>
			<author>
				<name><![CDATA[Attila]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=153</uri>
			</author>
			<updated>2012-04-19T07:51:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12277#p12277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12146#p12146" />
			<content type="html"><![CDATA[<p>Watever solution provided in the forum, i tried all of them. Still Same problem continue. Kindly help me out</p>]]></content>
			<author>
				<name><![CDATA[shivaflex]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13804</uri>
			</author>
			<updated>2012-04-02T08:58:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12146#p12146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12133#p12133" />
			<content type="html"><![CDATA[<p>Please make a search of &#039;password problem&#039;, before asking the same questions.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-04-01T06:25:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12133#p12133</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Password problem, even after reseting it at MYSQL table through PhpmyA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12132#p12132" />
			<content type="html"><![CDATA[<p>Password problem, even after reseting it at MYSQL table through PhpmyAdmin. Kindly&nbsp; post me solution of this problem.</p>]]></content>
			<author>
				<name><![CDATA[shivaflex]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13804</uri>
			</author>
			<updated>2012-03-31T15:18:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12132#p12132</id>
		</entry>
</feed>
