<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Password Login Parameters</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Password Login Parameters</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 15:35:38 +0000</pubDate>

<item>
<title>redityo on "Password Login Parameters"</title>
<link>https://www.machform.com/forums/topic/pass-login-parameters#post-7599</link>
<pubDate>Wed, 07 Oct 2009 16:22:42 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7599@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can see to this post also :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/login-per-url?replies=7&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/login-per-url?replies=7&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Robye on "Password Login Parameters"</title>
<link>https://www.machform.com/forums/topic/pass-login-parameters#post-7596</link>
<pubDate>Wed, 07 Oct 2009 15:50:17 +0000</pubDate>
<dc:creator>Robye</dc:creator>
<guid isPermaLink="false">7596@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;and what about reach via URL the export_entries.php&#60;/p&#62;
&#60;p&#62;im trying to give direct access via URL, esemple:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://mysite.com/machform/export_entries.php?id=4&#38;#38;type=csv&#38;#38;admin_username=123&#38;#38;admin_password=123&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com/machform/export_entries.php?id=4&#38;#38;type=csv&#38;#38;admin_username=123&#38;#38;admin_password=123&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;its possible do that?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Password Login Parameters"</title>
<link>https://www.machform.com/forums/topic/pass-login-parameters#post-6719</link>
<pubDate>Sun, 26 Jul 2009 10:05:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6719@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, simply edit your index.php file, search around line 30 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($_POST[&#38;#39;submit&#38;#39;])){
		$username = trim($_POST[&#38;#39;admin_username&#38;#39;]);
		$password = trim($_POST[&#38;#39;admin_password&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($_POST[&#38;#39;submit&#38;#39;]) &#124;&#124; !empty($_GET[&#38;#39;auth&#38;#39;])){
		$username = trim($_REQUEST[&#38;#39;admin_username&#38;#39;]);
		$password = trim($_REQUEST[&#38;#39;admin_password&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then you can pass the parameters like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.example.com/machform/index.php?auth=1&#38;#38;admin_username=xxxxx&#38;#38;admin_password=yyyy&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/machform/index.php?auth=1&#38;#38;admin_username=xxxxx&#38;#38;admin_password=yyyy&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>EPark1016 on "Password Login Parameters"</title>
<link>https://www.machform.com/forums/topic/pass-login-parameters#post-6717</link>
<pubDate>Sun, 26 Jul 2009 03:28:50 +0000</pubDate>
<dc:creator>EPark1016</dc:creator>
<guid isPermaLink="false">6717@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there a way to pass a login parameter to MachForm?  For example, If I'm building an admin area for a client and one of the applications in that admin area is the MachForm, rather than have them login twice (once into the admin area and again to MachForm), I'm wondering if I can pass the login credentials via URL like this:  e.g. &#60;a href=&#34;http://site.com/speciallogin?user=user&#38;#38;pass=pass&#34; rel=&#34;nofollow&#34;&#62;http://site.com/speciallogin?user=user&#38;#38;pass=pass&#60;/a&#62; or something to that effect.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
