<?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: Bulk User Add and Email Password</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Bulk User Add and Email Password</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:40:18 +0000</pubDate>

<item>
<title>yuniar on "Bulk User Add and Email Password"</title>
<link>https://www.machform.com/forums/topic/bulk-user-add-and-email-password#post-19931</link>
<pubDate>Sat, 11 Jan 2014 13:08:27 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">19931@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Roy,&#60;/p&#62;
&#60;p&#62;1) There is option to bulk upload users already. Simply click the Create New User button and then click the &#34;Switch to Bulk Add Users&#34; link.&#60;br /&#62;
It won't send confirmation email containing the username and password though.&#60;/p&#62;
&#60;p&#62;2) You can modify the &#34;reset_password.php&#34; file. Search around line 46 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$new_password = generate_random_string(&#38;#39;ABCDEFGHJKMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz23456789&#38;#39;,10);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the code basically assign random string for the new password. You can change it to be like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$new_password = &#38;#39;TES&#38;#39;.generate_random_string(&#38;#39;ABCDEFGHJKMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz23456789&#38;#39;,10);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ROYW1000 on "Bulk User Add and Email Password"</title>
<link>https://www.machform.com/forums/topic/bulk-user-add-and-email-password#post-19920</link>
<pubDate>Fri, 10 Jan 2014 01:39:14 +0000</pubDate>
<dc:creator>ROYW1000</dc:creator>
<guid isPermaLink="false">19920@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Is it possible to do the following:&#60;/p&#62;
&#60;p&#62;1) Bulk upload users and send a confirmation email with the username and password as I cant see a button to do this.&#60;/p&#62;
&#60;p&#62;2) Is it also possible when someone clicks forgot password the password can start with some characters like TES so when they login I can use some validation to prompt them to change the password. I need this feature as I have added validation into the password change page to ensure all password are a minimum of 8 characters and contain at least 1 Uppercase, 1 Lowercase and 1 numbers as a minimum in the 8 characters.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Roy
&#60;/p&#62;</description>
</item>

</channel>
</rss>
