<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Problem with login/password]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3937&amp;type=atom" />
	<updated>2013-03-13T20:21:01Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3937</id>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16031#p16031" />
			<content type="html"><![CDATA[<p>disable the .htaccess file and try - if it works, then sort it out with your sysadmin.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-03-13T20:21:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16031#p16031</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16008#p16008" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[MyotOwner]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17529</uri>
			</author>
			<updated>2013-03-12T19:30:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16008#p16008</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16006#p16006" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[erwindebruin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4582</uri>
			</author>
			<updated>2013-03-12T18:35:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16006#p16006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16004#p16004" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[MyotOwner]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17529</uri>
			</author>
			<updated>2013-03-12T13:25:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16004#p16004</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15996#p15996" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[erwindebruin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4582</uri>
			</author>
			<updated>2013-03-11T21:00:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15996#p15996</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15995#p15995" />
			<content type="html"><![CDATA[<p>nope, no such luck</p>]]></content>
			<author>
				<name><![CDATA[MyotOwner]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17529</uri>
			</author>
			<updated>2013-03-11T20:48:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15995#p15995</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15994#p15994" />
			<content type="html"><![CDATA[<p>try the default login:&nbsp; &nbsp; user:&nbsp; &nbsp;admin&nbsp; &nbsp; &nbsp;/ password:&nbsp; &nbsp;password</p>]]></content>
			<author>
				<name><![CDATA[erwindebruin]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=4582</uri>
			</author>
			<updated>2013-03-11T20:45:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15994#p15994</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem with login/password]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15993#p15993" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[MyotOwner]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17529</uri>
			</author>
			<updated>2013-03-11T20:19:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15993#p15993</id>
		</entry>
</feed>
