<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Custom Login?</title>
  <link>http://www.activecollab.com/forums/topic/2329/</link>
  <description>Recent posts on topic: Custom Login?</description>
  <dc:language>en-us</dc:language>
  <pubDate>Mon, 01 Dec 2008 16:34:49 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/11442/#post11442</link>
    <guid>http://www.activecollab.com/forums/post/11442/#post11442</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">ZeroHC:</div>When I view the source of the login page of my aC installation, the form action is not included</blockquote></div><br />
<br />
It's because activeCollab login form is on login page so there is no need for action to be included. For any other form it is required.</p>]]></description>
    <pubDate>Tue, 15 Jan 2008 20:04:07 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11440/#post11440</link>
    <guid>http://www.activecollab.com/forums/post/11440/#post11440</guid>
    <title>Post #5 by ZeroHC</title>
    <dc:creator>ZeroHC</dc:creator>
    <description><![CDATA[<p>Thanks Ilija!<br />
<br />
When I view the source of the login page of my aC installation, the form action is not included:<br />
<br />
&lt;form method=&quot;post&quot; id=&quot;system_form_2&quot; class=&quot;uniForm focusFirstField&quot;&gt;<br />
<br />
Everything works fine now.  Thanks again!</p>]]></description>
    <pubDate>Tue, 15 Jan 2008 19:22:48 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11418/#post11418</link>
    <guid>http://www.activecollab.com/forums/post/11418/#post11418</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>There is nothing special about this form, you must of missed something.<br />
<br />
You need a form that submits a POST request to login page with following fields:<br />
<br />
- login[email]<br />
- login[password]<br />
- login[remember]<br />
<br />
and hidden field name submitted with value submitted. Here is a simple form that I've just created that can log you in our trial setup:<br />
<br />
<pre name="code" class="html">&lt;form method=&quot;post&quot; action=&quot;http://www.activecollab.com/try/login&quot;&gt;
  Email: &lt;input type=&quot;text&quot; name=&quot;login[email]&quot; /&gt;
  Password: &lt;input type=&quot;password&quot; name=&quot;login[password]&quot; /&gt;
  Remember me: &lt;input type=&quot;checkbox&quot; name=&quot;login[remember]&quot; /&gt;
  &lt;input type=&quot;hidden&quot; name=&quot;submitted&quot; value=&quot;submitted&quot; /&gt;
  &lt;button type=&quot;submit&quot;&gt;Go baby go!&lt;/button&gt;
&lt;/form&gt;</pre><br />
<br />
I mentioned about, there is nothing special about it. Hope it helps.<br />
<br />
<b>Update:</b> Just create a <a href="http://www.activecollab.com/forums/topic/2408/" target="_blank" rel="nofollow">topic</a> in Mods and Hacks with this code.</p>]]></description>
    <pubDate>Tue, 15 Jan 2008 10:35:54 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11414/#post11414</link>
    <guid>http://www.activecollab.com/forums/post/11414/#post11414</guid>
    <title>Post #3 by ZeroHC</title>
    <dc:creator>ZeroHC</dc:creator>
    <description><![CDATA[<p>Hi Ilija,<br />
<br />
I just tried doing this and it isn't as simple as you make it.<br />
<br />
I even just tried doing a View Source on my activecollab login page, and creating a new page with that code.  Clicking submit button does nothing.<br />
<br />
I assume that some other files need to be included...  What would they be?<br />
<br />
Thanks,<br />
John</p>]]></description>
    <pubDate>Mon, 14 Jan 2008 23:10:12 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11069/#post11069</link>
    <guid>http://www.activecollab.com/forums/post/11069/#post11069</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi,<br />
<br />
Yes you can as long as you have all form fields (including hidden ones) from activeCollab login form with proper names in the form on your website.</p>]]></description>
    <pubDate>Fri, 07 Dec 2007 10:16:53 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11063/#post11063</link>
    <guid>http://www.activecollab.com/forums/post/11063/#post11063</guid>
    <title>Post #1 by soopafly</title>
    <dc:creator>soopafly</dc:creator>
    <description><![CDATA[<p>Hello,<br />
I was wondering if it would be possible to have a custom AC login from my homepage. For example, a username/password field right on my homepage that would log in my clients.<br />
<br />
Thanks!</p>]]></description>
    <pubDate>Thu, 06 Dec 2007 21:18:47 UTC</pubDate>
  </item>
</channel>
</rss>