close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Email Password Not Sending Password

Thread began 9/25/2010 9:06 pm by mora398588 | Last modified 9/30/2010 1:29 pm by Jason Byrnes | 1386 views | 5 replies |

mora398588

Email Password Not Sending Password

My users_EmailPW page is not sending the password as it should. An email is being sent, but with no password provided. I have examined all possible pages that may address this issue and it appears everything is fine.

I have attached my files for your review.

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

Jason ByrnesWebAssist

in the lostPassword.php file, take the aswword out of the form loop:

php:
<?php

foreach( $_POST as $pkey => $pval ){
  if (!
RemoveValue($pkey,$remove,$removeBegins,$removeEnds,$removeIncludes))  {
?>
                    <tr valign="top">
                        <th style="font-size: 12px; width: 134px; text-align: right; padding: 3px 10px 3px 3px; font-weight: bold;">Password:</th>
                        <td style="font-size: 12px; padding: 3px;">Your password is located below<br />
<br />
<?php echo($row_LostPW['UserPassword']); ?><br />
<br />
<span style="margin: 0px; padding: 0px 0px 3px 0px; color: #444;"> You can update your online profile at any time, including your password on our website:.</span><a href="http://www.hrconsortium.net/users_Profile.php">http://www.hrconsortium.net/users_Profile.php</a></td>
                    </tr>
<?php
  
}
}
?>





change to:

php:
<tr valign="top">

                        <th style="font-size: 12px; width: 134px; text-align: right; padding: 3px 10px 3px 3px; font-weight: bold;">Password:</th>
                        <td style="font-size: 12px; padding: 3px;">Your password is located below<br />
<br />
<?php echo($row_LostPW['UserPassword']); ?><br />
<br />
<span style="margin: 0px; padding: 0px 0px 3px 0px; color: #444;"> You can update your online profile at any time, including your password on our website:.</span><a href="http://www.hrconsortium.net/users_Profile.php">http://www.hrconsortium.net/users_Profile.php</a></td>
                    </tr>
Sign in to reply to this post

mora398588

I attempted to make the changes you recommended. I am receiving an email, but there is no password being provided. I even tested the users_EmailPW.php page with other email addresses and the responses have been all the same (no password is showing).

Sign in to reply to this post

Jason ByrnesWebAssist

try changing:

php:
<?php echo($row_LostPW['UserPassword']); ?>



to:

php:
<?php $row_LostPW mysql_fetch_assoc($LostPW); ?><?php echo($row_LostPW['UserPassword']); ?>
Sign in to reply to this post

mora398588

Thank you for your reply. I used your recommended coding and, unfortunately, it did not change anything. The email is still not displaying the password.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

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...