close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

SA email PW not sending

Thread began 10/23/2009 8:48 am by rog4679 | Last modified 10/26/2009 1:46 pm by rog4679 | 6909 views | 13 replies

rog4679

Was using DW ADDT now WA SA/DA/UE

Brian - thanks for responding so quickly. I need some more information.

There is no instructions/tutorial? Do will I start over or edit?

If I'm editing, I have duplicate code on my page (no problem)?

Can I delete code and add code as follows -
1)From EmailPW add SA authenticate user behavior.
2)Remove the send email code (repeated 3x), because the send email password behavior - 'lookup column and dynamic lookup value' - doesn't authenticate a user or send an email with an encrypted password.
3) Create new SA random password behavior and apply this in the UE attachments tab under 'entered value' field dynamically with an SHA1 type.
4)Go to the registration page where I assign the initial password value and change the code from *<?php echo WA_SHA1Encryption(((isset($_POST["VisitorPassword"]))?$_POST["VisitorPassword"]:"")); ?> *
to
*<?php echo $_SESSION['NewPW']; ?>* which applies the code from the EmailPW page - *<?php echo WA_RandomPassword(9, true, true, true, ""); ?>* .

5)Go to the LogIn page and change the code -
*<?php echo WA_SHA1Encryption(((isset($_POST["userpassword"]))?$_POST["userpassword"]:"")); ?>*
to
*<?php echo WA_SHA1Encryption($_SESSION['NewPW']); ?>* which applies the code from the EmailPW page - *<?php echo WA_RandomPassword(9, true, true, true, ""); ?>*

Thanks again - rog

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