close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

users_EmailPW Not Sending PW

Thread began 7/07/2010 7:21 pm by mora398588 | Last modified 7/08/2010 7:12 am by Jason Byrnes | 793 views | 1 replies |

mora398588

users_EmailPW Not Sending PW

My file is not sending a password to the user. Since the user registration files were originally created using an prior version of UE, I have been experiencing some minor issues with the updated UE and my user registration files. This is not the first issue I have had concerning this.

I have attached some files for your review. Do you see any technical issues? Your assistance is always appreciated!

Attached Files
WAUE_users_EmailPW_1.zip
lost_password.zip
users_EmailPW.zip
Sign in to reply to this post

Jason ByrnesWebAssist

are you receiving the email? just missing the password? or is the email not being received at all?


if you are getting the emaiol, but the password is missing, try editing the email template file, change the following code:

php:
<?php

foreach( $_POST as $pkey => $pval ){
  if (!
RemoveValue($pkey,$remove,$removeBegins,$removeEnds,$removeIncludes))  {
?>
                    <tr valign="top">
                        <th style="font-family: 'Times New Roman', Times, serif; font-size: 12px;width: 134px; text-align: right; padding: 3px 10px 3px 3px; color: #666; font-weight: bold;">Temporary Password:</th>
                        <td style="font-family: 'Times New Roman', Times, serif; font-size: 12px;padding: 3px; border-left: 1px solid #DDD; border-bottom: 1px solid #DDD; color: #444;"><p>Here is your temporary password:</p>
                        <p><strong><strong><?php echo($row_LostPW['UserPassword']); ?></strong></strong></p><p></p></td>
                    </tr>
<?php
  
}
}
?>




to:

php:
<tr valign="top">

                        <th style="font-family: 'Times New Roman', Times, serif; font-size: 12px;width: 134px; text-align: right; padding: 3px 10px 3px 3px; color: #666; font-weight: bold;">Temporary Password:</th>
                        <td style="font-family: 'Times New Roman', Times, serif; font-size: 12px;padding: 3px; border-left: 1px solid #DDD; border-bottom: 1px solid #DDD; color: #444;"><p>Here is your temporary password:</p>
                        <p><strong><strong><?php echo($row_LostPW['UserPassword']); ?></strong></strong></p><p></p></td>
                    </tr>
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...