<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Problem with login/password]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3937</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3937&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Problem with login/password.]]></description>
		<lastBuildDate>Wed, 13 Mar 2013 20:21:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16031#p16031</link>
			<description><![CDATA[<p>disable the .htaccess file and try - if it works, then sort it out with your sysadmin.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 13 Mar 2013 20:21:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16031#p16031</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16008#p16008</link>
			<description><![CDATA[<p>i did that twice.... ( i got this program from hostmonster link, the tech guys there helped me install it the 2nd time to make sure it was done correctly)</p>]]></description>
			<author><![CDATA[null@example.com (MyotOwner)]]></author>
			<pubDate>Tue, 12 Mar 2013 19:30:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16008#p16008</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16006#p16006</link>
			<description><![CDATA[<div class="quotebox"><cite>MyotOwner wrote:</cite><blockquote><p>is there a for &quot;idiots&quot; directions on how to do this...</p></blockquote></div><p>A complete reinstallation</p>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Tue, 12 Mar 2013 18:35:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16006#p16006</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=16004#p16004</link>
			<description><![CDATA[<p>hmmm, honestly I dont know what you just wrote, is there a for &quot;idiots&quot; directions on how to do this...</p>]]></description>
			<author><![CDATA[null@example.com (MyotOwner)]]></author>
			<pubDate>Tue, 12 Mar 2013 13:25:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=16004#p16004</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15996#p15996</link>
			<description><![CDATA[<p>Try using phpmyadmin run the following query, password will be set to default (admin /&nbsp; &nbsp;password).</p><p>If your administration hasn&#039;t the prefix 0_, please change it first in the query. </p><p>If this doesn&#039;t works, maybe you have experienced a installation/rights problem.</p><br /><div class="quotebox"><blockquote><p>DROP TABLE IF EXISTS `0_users`;<br />CREATE TABLE IF NOT EXISTS `0_users` (<br />&nbsp; `id` smallint(6) NOT NULL auto_increment,<br />&nbsp; `user_id` varchar(60) NOT NULL default &#039;&#039;,<br />&nbsp; `password` varchar(100) NOT NULL default &#039;&#039;,<br />&nbsp; `real_name` varchar(100) NOT NULL default &#039;&#039;,<br />&nbsp; `role_id` int(11) NOT NULL default &#039;1&#039;,<br />&nbsp; `phone` varchar(30) NOT NULL default &#039;&#039;,<br />&nbsp; `email` varchar(100) default NULL,<br />&nbsp; `language` varchar(20) default NULL,<br />&nbsp; `date_format` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; `date_sep` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; `tho_sep` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; `dec_sep` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; `theme` varchar(20) NOT NULL default &#039;default&#039;,<br />&nbsp; `page_size` varchar(20) NOT NULL default &#039;A4&#039;,<br />&nbsp; `prices_dec` smallint(6) NOT NULL default &#039;2&#039;,<br />&nbsp; `qty_dec` smallint(6) NOT NULL default &#039;2&#039;,<br />&nbsp; `rates_dec` smallint(6) NOT NULL default &#039;4&#039;,<br />&nbsp; `percent_dec` smallint(6) NOT NULL default &#039;1&#039;,<br />&nbsp; `show_gl` tinyint(1) NOT NULL default &#039;1&#039;,<br />&nbsp; `show_codes` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; `show_hints` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; `last_visit_date` datetime default NULL,<br />&nbsp; `query_size` tinyint(1) default &#039;10&#039;,<br />&nbsp; `graphic_links` tinyint(1) default &#039;1&#039;,<br />&nbsp; `pos` smallint(6) default &#039;1&#039;,<br />&nbsp; `print_profile` varchar(30) NOT NULL default &#039;1&#039;,<br />&nbsp; `rep_popup` tinyint(1) default &#039;1&#039;,<br />&nbsp; `sticky_doc_date` tinyint(1) default &#039;0&#039;,<br />&nbsp; `startup_tab` varchar(20) NOT NULL default &#039;&#039;,<br />&nbsp; `inactive` tinyint(1) NOT NULL default &#039;0&#039;,<br />&nbsp; PRIMARY KEY&nbsp; (`id`),<br />&nbsp; UNIQUE KEY `user_id` (`user_id`)<br />) ENGINE=MyISAM&nbsp; AUTO_INCREMENT=2 ;</p><p>--<br />-- Dumping data for table `0_users`<br />--</p><p>INSERT INTO `0_users` VALUES(1, &#039;admin&#039;, &#039;5f4dcc3b5aa765d61d8327deb882cf99&#039;, &#039;Administrator&#039;, 2, &#039;&#039;, &#039;adm@adm.com&#039;, &#039;en_US&#039;, 0, 0, 0, 0, &#039;default&#039;, &#039;Letter&#039;, 2, 2, 4, 1, 1, 0, 0, &#039;2008-04-04 12:34:29&#039;, 10, 1, 1, &#039;1&#039;, 1, 0, &#039;orders&#039;, 0);</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Mon, 11 Mar 2013 21:00:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15996#p15996</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15995#p15995</link>
			<description><![CDATA[<p>nope, no such luck</p>]]></description>
			<author><![CDATA[null@example.com (MyotOwner)]]></author>
			<pubDate>Mon, 11 Mar 2013 20:48:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15995#p15995</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15994#p15994</link>
			<description><![CDATA[<p>try the default login:&nbsp; &nbsp; user:&nbsp; &nbsp;admin&nbsp; &nbsp; &nbsp;/ password:&nbsp; &nbsp;password</p>]]></description>
			<author><![CDATA[null@example.com (erwindebruin)]]></author>
			<pubDate>Mon, 11 Mar 2013 20:45:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15994#p15994</guid>
		</item>
		<item>
			<title><![CDATA[Problem with login/password]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15993#p15993</link>
			<description><![CDATA[<p>I installed the program, but for some reason it will not accept the login/password which i selected during the instal phase... <br />please advise</p>]]></description>
			<author><![CDATA[null@example.com (MyotOwner)]]></author>
			<pubDate>Mon, 11 Mar 2013 20:19:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15993#p15993</guid>
		</item>
	</channel>
</rss>
