<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Initial Login - Removing Company Dropdown]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=832</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=832&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Initial Login - Removing Company Dropdown.]]></description>
		<lastBuildDate>Sun, 15 Jul 2012 15:49:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12906#p12906</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 15 Jul 2012 15:49:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12906#p12906</guid>
		</item>
		<item>
			<title><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12883#p12883</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (fabmendez)]]></author>
			<pubDate>Wed, 11 Jul 2012 11:55:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12883#p12883</guid>
		</item>
		<item>
			<title><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3451#p3451</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 14 Sep 2009 11:25:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3451#p3451</guid>
		</item>
		<item>
			<title><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3447#p3447</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (rIGO)]]></author>
			<pubDate>Sat, 12 Sep 2009 17:18:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3447#p3447</guid>
		</item>
		<item>
			<title><![CDATA[Re: Initial Login - Removing Company Dropdown]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3442#p3442</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 10 Sep 2009 14:20:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3442#p3442</guid>
		</item>
		<item>
			<title><![CDATA[Initial Login - Removing Company Dropdown]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3441#p3441</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (rIGO)]]></author>
			<pubDate>Thu, 10 Sep 2009 10:53:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3441#p3441</guid>
		</item>
	</channel>
</rss>
