close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Email message edits: users_resetpw.php

Thread began 2/09/2012 5:25 am by biz295654 | Last modified 2/09/2012 8:34 am by biz295654 | 3337 views | 7 replies |

biz295654WebAssist

Email message edits: users_resetpw.php

users_resetpw.php

On this page, which I assumes manages the email response for when folks forget their password and get an email with a link, client wants to put directions above the link, ie,

"For password information click here or copy and past this url into your browser address."

Can you tell me which line to use to place this in users_resetpw.php?

Thanks much.

Sign in to reply to this post

Jason ByrnesWebAssist

Power Store does not have a users_resetpw.php page I'm not sure where you are seeing this


in power store the is a forgot password page which email the password to the customer, there is not a page for resetting the password.

Sign in to reply to this post

biz295654WebAssist

store/users_resetpw.php

I am looking for where to adjust the message that is received in email. In that email, it has a subject line of

Your... login information

with a bold
Lost Password Reminder

and then a link to that page that php?code=xxxx=user@domain.com

I received an email just a minute ago from the updated post system that said:

the line that creates the link is:

PHP:
---------
<a href="[*return_url*]">
---------

put the text just before that code.
***************

but this isn't showing up in this thread, so want to double check the above is what I am looking for.

Thanks Jason.

Sign in to reply to this post

biz295654WebAssist

Not seeing it, so guessing it's going to be in WA_Universal_Email somewhere... looking now.

Sign in to reply to this post

biz295654WebAssist

Think I found it... lost_password.php in Universal mail..

<div id="content" style="font-size: 12px;">
<h1 style="color: #3476a3;font-size: 16px;font-weight: bold;margin:0;"><?php echo($WAGLOBAL_Site_Name); ?> Lost Password Reminder</h1>
<hr style="margin:0;"/>
<p></p>
<p><?php echo $WAGLOBAL_Root_URL . 'users_resetpw.php?code=' . $_SESSION['verification_code'] . '&email='. $_POST['emailAddress']; ?></p>
</div>

Sign in to reply to this post

biz295654WebAssist

That was it! Sorry for noise. :-)

Sign in to reply to this post

biz295654WebAssist

ps rest is one of your pages... here's the header
it lives in store root.




<?php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
error_reporting(E_ALL);

require_once('webassist/themes/theme_open.php');
$WAIncludeContent = new WA_Include(__FILE__);
?>
<?php require_once('Connections/PowerStoreConnection.php'); ?>
<?php require_once("WA_ValidationToolkit/WAVT_Scripts_PHP.php"); ?>
<?php require_once("WA_ValidationToolkit/WAVT_ValidatedForm_PHP.php"); ?>
<?php require_once("WA_Universal_Email/mail_PHP.php"); ?>
<?php require_once("WA_Universal_Email/MailFormatting_PHP.php"); ?>
<?php require_once("WA_SecurityAssist/WA_RandomPassword.php"); ?>
<?php

Sign in to reply to this post

Jason ByrnesWebAssist

initially i though this was a security assist thread when i wrote the first reply, i edited the reply after realizing this was power store.

I have no idea where the users_resetpw.php, this is not a file that is included with power store, maybe it was a custom modification?


send me a copy of that file and I can try to track it down, but that file does not exist in my copy of power store, So i can really say where to make the change.

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