<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Initial Login - Removing Company Dropdown]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=832&amp;type=atom" />
	<updated>2012-07-15T15:49:48Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=832</id>
		<entry>
			<title type="html"><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12906#p12906" />
			<content type="html"><![CDATA[<p>If you want to have no company selector on the login screen, you can supersede the select input field with a hidden one. <br />Or if your goal is to separate companies, you can simply have one source tree per company (installed in separate folders). All FA sources have a couple of Megabytes of code, so this should be no problem even on any budget hosting account.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-07-15T15:49:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12906#p12906</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12883#p12883" />
			<content type="html"><![CDATA[<p>I know this is an old thread however I am trying to achieve the same thing as I do not want to show company name. I have had a play with the login.php but I just cant get it to work for me. </p><p>This is the code snippit that I have been working with.<br /></p><div class="codebox"><pre><code>---code--

echo &quot;&lt;tr&gt;&lt;td&gt;&quot;._(&quot;Company&quot;).&quot;&lt;/td&gt;&lt;td&gt;&lt;select name=&#039;company_login_name&#039;&gt;\n&quot;;
      for ($i = 0; $i &lt; count($db_connections); $i++)
         echo &quot;&lt;option value=$i &quot;.($i==$coy ? &#039;selected&#039;:&#039;&#039;) .&quot;&gt;&quot; . $db_connections[$i][&quot;name&quot;] . &quot;&lt;/option&gt;&quot;;
      echo &quot;&lt;/select&gt;\n&quot;;
      start_row();
      label_cell($demo_text, &quot;colspan=2 align=&#039;center&#039;&quot;);
      end_row();

--end code--</code></pre></div><p>Any help would be gratefully appreciated</p>]]></content>
			<author>
				<name><![CDATA[fabmendez]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14590</uri>
			</author>
			<updated>2012-07-11T11:55:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12883#p12883</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3451#p3451" />
			<content type="html"><![CDATA[<p>Look into access/login.php. Here you can change user interface elements. BTW this is one of a couple of old files using mostly HTML with small php inclusions. </p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-09-14T11:25:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3451#p3451</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3447#p3447" />
			<content type="html"><![CDATA[<p>Thanks joe. The pseudo-names is not a bad idea although I would prefer total anonmity. Would it be possible to make some type of mod in order to include a text box instead of a dropdown?</p><p>How do I go about it? - I do have some basic knowledge on php so I should be able to perform some simple tasks.</p>]]></content>
			<author>
				<name><![CDATA[rIGO]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=465</uri>
			</author>
			<updated>2009-09-12T17:18:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3447#p3447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3442#p3442" />
			<content type="html"><![CDATA[<p>By a texteditor, you can rename the company-names in the dropdown box. You can do that by editing the file, config_db.php. You can use some pseudo-names for the companies here. The real names are used from the respective company database. And of course you should have different passwords for your users, so they can&#039;t login if they shouldn&#039;t.</p><p>Another approach is to have 2 installations of FA on different directories, with only 1 company on each.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2009-09-10T14:20:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3442#p3442</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Initial Login - Removing Company Dropdown]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3441#p3441" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I wish to start using FA as a solutions for 2 companies, however I do not wish to expose the company names in the dropdown at the login stage - mainly for privacy reasons, i.e. I do not want Company A to know that there is also Company B on the same system etc etc.</p><p>How can I do about that?</p><p>Thanks,</p><br /><p>rIGO</p>]]></content>
			<author>
				<name><![CDATA[rIGO]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=465</uri>
			</author>
			<updated>2009-09-10T10:53:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3441#p3441</id>
		</entry>
</feed>
