<?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 form</title>
  <link>http://www.activecollab.com/forums/topic/2408/</link>
  <description>Recent posts on topic: Custom login form</description>
  <dc:language>en-us</dc:language>
  <pubDate>Fri, 04 Jul 2008 06:46:21 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/12664/#post12664</link>
    <guid>http://www.activecollab.com/forums/post/12664/#post12664</guid>
    <title>Post #7 by yuranga</title>
    <dc:creator>yuranga</dc:creator>
    <description><![CDATA[<p>Thank you for sharing it.</p>]]></description>
    <pubDate>Wed, 07 May 2008 02:25:24 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12282/#post12282</link>
    <guid>http://www.activecollab.com/forums/post/12282/#post12282</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Technically, activeCollab uses only one login screen - it's own. What you added is just a form that sends data to activeCollab, not a full login screen replacement. There is no way to completely replace login screen without serious hacking (that you'll need to reapply every time you upgrade your activeCollab).</p>]]></description>
    <pubDate>Sat, 05 Apr 2008 07:19:11 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12280/#post12280</link>
    <guid>http://www.activecollab.com/forums/post/12280/#post12280</guid>
    <title>Post #5 by BlueSky</title>
    <dc:creator>BlueSky</dc:creator>
    <description><![CDATA[<p>I am using the above redirect and it works well and the logout I also have redirecting. However at least once a day the program exists gracefully by itself and brings us to another login page e.g. http://www.domainnamehere/projects/public/index.php/login?re_route=project_tickets&amp;re_project_id=1<br />
<br />
Where do we alter the code so that when the system quits by itself it brings it back to our own login URL?</p>]]></description>
    <pubDate>Sat, 05 Apr 2008 05:34:07 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11892/#post11892</link>
    <guid>http://www.activecollab.com/forums/post/11892/#post11892</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>This tip is for v1 or newer only.</p>]]></description>
    <pubDate>Fri, 22 Feb 2008 17:25:56 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11891/#post11891</link>
    <guid>http://www.activecollab.com/forums/post/11891/#post11891</guid>
    <title>Post #3 by VexxMedia</title>
    <dc:creator>VexxMedia</dc:creator>
    <description><![CDATA[<p>Does this work with 0.7.1? I am trying to get it to work but there is no login folder or php file what address should I be using?<br />
http://www.sitename.com/projects/index.php?c=access&amp;amp;a=login???</p>]]></description>
    <pubDate>Fri, 22 Feb 2008 16:21:29 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11624/#post11624</link>
    <guid>http://www.activecollab.com/forums/post/11624/#post11624</guid>
    <title>Post #2 by davidm</title>
    <dc:creator>davidm</dc:creator>
    <description><![CDATA[<p>Very nice Ilija, it sure is going to be useful !<br />
I'll provide my clients with a form on my company's website for direct access :)<br />
<br />
I'll try that out !</p>]]></description>
    <pubDate>Fri, 01 Feb 2008 17:35:36 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11419/#post11419</link>
    <guid>http://www.activecollab.com/forums/post/11419/#post11419</guid>
    <title>Post #1 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>If you need to provide a custom login form (from your website or something like that) you can do it by creating 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 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></p>]]></description>
    <pubDate>Tue, 15 Jan 2008 10:42:10 UTC</pubDate>
  </item>
</channel>
</rss>