<?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>Wed, 23 May 2012 01:25:21 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/37666/#post37666</link>
    <guid>http://www.activecollab.com/forums/post/37666/#post37666</guid>
    <title>Post #12 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Note added to comment #1 - this tweak does not work for activeCollab 3. Please direct your users to activeCollab's built in log in page.</p>]]></description>
    <pubDate>Tue, 15 May 2012 16:58:29 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24332/#post24332</link>
    <guid>http://www.activecollab.com/forums/post/24332/#post24332</guid>
    <title>Post #11 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi John,<br />
<br />
That's an interesting approach, to use login form's built in system to re-route user to desired page when he tried to access it without being logged in (login form is than displayed and user re-routed to that page after successful login).</p>]]></description>
    <pubDate>Wed, 30 Dec 2009 22:44:03 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/24328/#post24328</link>
    <guid>http://www.activecollab.com/forums/post/24328/#post24328</guid>
    <title>Post #10 by john</title>
    <dc:creator>john</dc:creator>
    <description><![CDATA[<p>I'm sure you all knew this, but I was very happy to discover that I can modify this to set a custom landing page for the users.<br />
<br />
In my example I want all users to land at the &quot;Assignments&quot; page when they log in. This way, they can quickly see what they have on their plate, as the first thing they see.<br />
<br />
My &quot;modification&quot; was only to change the URL. The way I found the url, was by <br />
#1. Going to the page I want the users to land on.<br />
#2. Copy the URL<br />
#3. Log out<br />
#4. Paste the URL back in the browser and try again<br />
#5. AC now takes me to the login screen, but has added a route handler to the URL.<br />
<br />
So the modified form looks like this for me:<br />
<br />
<pre name="code" class="brush: html">&lt;form method=&quot;post&quot; action=&quot;http://domain.activecollab.net/login?re_route=assignments&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;Login!&lt;/button&gt;
&lt;/form&gt;</pre></p>]]></description>
    <pubDate>Wed, 30 Dec 2009 08:54:10 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/22098/#post22098</link>
    <guid>http://www.activecollab.com/forums/post/22098/#post22098</guid>
    <title>Post #9 by Goran Radulović</title>
    <dc:creator>Goran Radulović</dc:creator>
    <description><![CDATA[<p>Michael,<br />
<br />
This should work for all versions since 1.0.</p>]]></description>
    <pubDate>Fri, 14 Aug 2009 08:35:07 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/22054/#post22054</link>
    <guid>http://www.activecollab.com/forums/post/22054/#post22054</guid>
    <title>Post #8 by MichaelMichael</title>
    <dc:creator>MichaelMichael</dc:creator>
    <description><![CDATA[<p>Ilijah,<br />
<br />
Will this work for the most recent versions of AC?<br />
<br />
Let me know,<br />
<br />
Michael</p>]]></description>
    <pubDate>Tue, 11 Aug 2009 01:35:29 CDT</pubDate>
  </item>
  <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>Tue, 06 May 2008 21:25:24 CDT</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 02:19:11 CDT</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 00:34:07 CDT</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 11:25:56 CST</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 [user deleted]</title>
    <dc:creator>[user deleted]</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 10:21:29 CST</pubDate>
  </item>
</channel>
</rss>
