<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Restore Password]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5904</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5904&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Restore Password.]]></description>
		<lastBuildDate>Wed, 02 Sep 2015 18:32:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24169#p24169</link>
			<description><![CDATA[<p>Since the company must be chosen in the login form, the forgot password flag must need to be in the config.php file. A user with the same email id can be present in more than one company in the same install and the company choice makes it unique.</p><p>Fork FA on GitHub and make a branch for your UI contributions and make a pull request with the link in the forum (since FA still relies on Git from SF and the GitHub repo is only it&#039;s mirror).</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 02 Sep 2015 18:32:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24169#p24169</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24166#p24166</link>
			<description><![CDATA[<p>Also if you have any idea to improve the UI.&nbsp; I can be one of a developer to the redesign to make it look better.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 02 Sep 2015 09:35:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24166#p24166</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24165#p24165</link>
			<description><![CDATA[<p>Thanks @Joe and @Apmuthu.&nbsp; <br />Instead of editing the config.php </p><p>Can we set admin option for it.? </p><p>Not only for this option.&nbsp; We have given a lot of things like that.&nbsp; </p><p>So a non technical user feels troubled to work with config.php.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 02 Sep 2015 09:33:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24165#p24165</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24162#p24162</link>
			<description><![CDATA[<p>@joe: Thanks for the info. Attached screenshots.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 02 Sep 2015 08:00:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24162#p24162</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24161#p24161</link>
			<description><![CDATA[<p>In release FA2.4 you can set the following variable in config.php to true</p><p>&nbsp; &nbsp; $allow_password_reset = false;</p><p>This will show a link to get a password reset.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 02 Sep 2015 06:46:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24161#p24161</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24160#p24160</link>
			<description><![CDATA[<p>@joe: Nice suggestion by @kvvaradha for forgot password implementation atleast in FA 2.4</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 02 Sep 2015 03:22:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24160#p24160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24159#p24159</link>
			<description><![CDATA[<p>If you are looking forgot password option.&nbsp; It&#039;s not here in FA. so we need to create those through the admin as like apmuthu&#039;s method. </p><p>Else rest through database tables.&nbsp; &nbsp;Directly&nbsp; open the table and change it there.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 02 Sep 2015 00:44:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24159#p24159</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24152#p24152</link>
			<description><![CDATA[<p>Done and it works:<br /></p><div class="codebox"><pre><code>UPDATE `db_name`.`0_users` SET `password`=MD5(&quot;MySecretPwd&quot;), `inactive`=0 WHERE `user_id`=&#039;admin&#039;;</code></pre></div><p>Excessive tries with wrong password will set the inactive field in the users table to 1 and that needs to be reset.<br />Also we need to put in the MD5 hash of the password into the password field instead of the raw plaintext password itself.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2015 17:27:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24152#p24152</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24151#p24151</link>
			<description><![CDATA[<p>PM me the details</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2015 14:53:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24151#p24151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24150#p24150</link>
			<description><![CDATA[<p>linex i think from hostgator must i send you details of website control panel??</p><p>if you could help i would really appreciate</p>]]></description>
			<author><![CDATA[null@example.com (selwonk)]]></author>
			<pubDate>Sun, 30 Aug 2015 14:03:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24150#p24150</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24147#p24147</link>
			<description><![CDATA[<p>Are you on Linux or Windows?<br />Are you running FA on your local machine?<br />PM me remote access if you cannot find local technical help.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2015 10:50:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24147#p24147</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24146#p24146</link>
			<description><![CDATA[<p>i downloaded but dont know what the localhost should be to make the connection i am a pro fishermen not and IT fundy any help??</p>]]></description>
			<author><![CDATA[null@example.com (selwonk)]]></author>
			<pubDate>Sun, 30 Aug 2015 10:40:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24146#p24146</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24142#p24142</link>
			<description><![CDATA[<p>Use a MySQL client like <a href="https://code.google.com/p/sqlyog/wiki/Downloads">SQLyog</a> to make sure that your MySQL user permissions for the FA db is okay and the permissions reloaded (FLUSH PRIVILEGES;).</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 30 Aug 2015 08:29:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24142#p24142</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24141#p24141</link>
			<description><![CDATA[<p>hi yes i did that in the my database function on the server and then went into the table and manually updated the password there how would i know if the table is showing right permissions</p><p>keith</p>]]></description>
			<author><![CDATA[null@example.com (selwonk)]]></author>
			<pubDate>Sun, 30 Aug 2015 07:24:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24141#p24141</guid>
		</item>
		<item>
			<title><![CDATA[Re: Restore Password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24114#p24114</link>
			<description><![CDATA[<p>it might be access level issue. did you set the access level to the newly created user role and </p><p>did you assign it to the user.?</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 28 Aug 2015 14:13:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24114#p24114</guid>
		</item>
	</channel>
</rss>
