<?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 protection multiple</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: password protection multiple</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 04:00:11 +0000</pubDate>

<item>
<title>sipherlucian on "password protection multiple"</title>
<link>https://www.machform.com/forums/topic/password-protection-multiple#post-6633</link>
<pubDate>Sun, 19 Jul 2009 03:12:47 +0000</pubDate>
<dc:creator>sipherlucian</dc:creator>
<guid isPermaLink="false">6633@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;another awkward one for ya, nice if this could be done, is it possible that when a form is filled out and the user has typed in a username and a password they would like to use, can it automatically be added to the post-functions.php file???
&#60;/p&#62;</description>
</item>
<item>
<title>sipherlucian on "password protection multiple"</title>
<link>https://www.machform.com/forums/topic/password-protection-multiple#post-6632</link>
<pubDate>Sun, 19 Jul 2009 03:07:58 +0000</pubDate>
<dc:creator>sipherlucian</dc:creator>
<guid isPermaLink="false">6632@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;thats great yuniar thank you very much! saves a lot of trouble
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "password protection multiple"</title>
<link>https://www.machform.com/forums/topic/password-protection-multiple#post-6627</link>
<pubDate>Sat, 18 Jul 2009 17:54:48 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6627@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, there is an easy workaround to do this.&#60;/p&#62;
&#60;p&#62;First, when you set the password for your form, use commas to separate multiple passwords.&#60;br /&#62;
Example: pass1,pass2,pass3,pass4&#60;/p&#62;
&#60;p&#62;Then, edit your &#34;includes/post-functions.php&#34; file, search around line 30:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select count(form_id) valid_password from ap_forms
where form_id=&#38;#39;{$form_id}&#38;#39; and form_password=&#38;#39;{$input[&#38;#39;password&#38;#39;]}&#38;#39;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select count(form_id) valid_password from ap_forms
where form_id=&#38;#39;{$form_id}&#38;#39; and form_password like &#38;#39;%{$input[&#38;#39;password&#38;#39;]}%&#38;#39;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would allow you to set multiple passwords for one form.
&#60;/p&#62;</description>
</item>
<item>
<title>sipherlucian on "password protection multiple"</title>
<link>https://www.machform.com/forums/topic/password-protection-multiple#post-6621</link>
<pubDate>Sat, 18 Jul 2009 01:11:20 +0000</pubDate>
<dc:creator>sipherlucian</dc:creator>
<guid isPermaLink="false">6621@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hey can anybody help me out with this please?
&#60;/p&#62;</description>
</item>
<item>
<title>sipherlucian on "password protection multiple"</title>
<link>https://www.machform.com/forums/topic/password-protection-multiple#post-6613</link>
<pubDate>Fri, 17 Jul 2009 17:42:23 +0000</pubDate>
<dc:creator>sipherlucian</dc:creator>
<guid isPermaLink="false">6613@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hi im creating a registration form for a website, is it possible to add more than one password for the form, i wish to have a different password for everyone that comes to the website, its a school registration form, sometimes people take their kids out of the school and i would need to block that person then, so every password has to be unique, doesnt matter about a login i dont need that, its just handier than emailing all of the users to tell them the password has changed, i know i could just duplicate a form everytime a new users to register a child, but thats just a pain, can anyone help me???
&#60;/p&#62;</description>
</item>

</channel>
</rss>
