Adobe Dreamweaver Forums



Last 10 THreads :         Update HELL for unsupported OS... (Last Post : WTF? - Replies : 0 - Views : 1 )           »          Cannot install Flash Player 10 (not-beta) (Last Post : Darren McNally - Adobe - Replies : 8 - Views : 9 )           »          Full screen flash projector reverts to windowed whenexiting screen saver (Last Post : rbolman - Replies : 0 - Views : 1 )           »          On hitTest go to next frame? Why doesn't this work? (Last Post : kglad - Replies : 1 - Views : 2 )           »          Contribue won't allow Images to be inserted (Last Post : RiderAlberta - Replies : 0 - Views : 1 )           »          This just sucks.... (Last Post : TC2112 - Replies : 11 - Views : 12 )           »          Update from array (Last Post : -==cfSearching==- - Replies : 3 - Views : 4 )           »          PHP Notice Problem (Last Post : UteFanJason - Replies : 7 - Views : 8 )           »          Limited Ammo (Last Post : kglad - Replies : 19 - Views : 20 )           »          Icon Text sticks when returning to home page.. (Last Post : kglad - Replies : 1 - Views : 2 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver Toolkit
 
Tags: , , , , , ,

Reply
  #1 (permalink)  
Old 07-18-2008, 06:57 PM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Account activation page/ check old password trigger

Hi Guys,

My question is about creating an additional account activation page. My reason behind this is eliminate human interaction and add functionality to the registration process (Ex. a customer creates a profile and doesn't activate his/her account and erases their activation email; I'd rather have them click a button than call in). What I would like to accomplish is to link a page similar to a "forgot your password page" to a "resend activation page". Is there an easy way to do this through ADDT or do I have to jump through hoops to make this happen?

One other question pertaining to "check old password trigger".

I created a page(using the update record form wizard) that will allow my customers to change their password. When I submit the updated form the "check old password trigger" is throwing back an error. Has anyone else experienced this problem and if so, can you provide a solution.

Here is the tng_execution trace:

# tNG_custom.executeTransaction

* STARTER.Trigger_Default_Starter

# tNG_update.executeTransaction

* STARTER.Trigger_Default_Starter
* tNG_update.doTransaction
o BEFORE.Trigger_Default_saveData
+ tNG_update.saveData
o BEFORE.Trigger_Default_FormValidation
o BEFORE.Trigger_CheckOldPassword*
o ERROR.Trigger_UpdatePassword_AddPassword
o ERROR.Trigger_UpdatePassword_RemoveOldPassword

# tNG_custom.getRecordset
# tNG_custom.getLocalRecordset
# tNG_custom.getFakeRecordset
# tNG_update.getRecordset
# tNG_update.getFakeRsArr
# tNG_update.getLocalRecordset
# tNG_update.getFakeRecordset

Any help will be greatly appreciated.

Thanks,

Steve
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-20-2008, 05:58 AM
Mohiuddin_Khan_Inamdar@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

First you mean you want to create a page which can activate a user.
for that u need to build a page which can change the Activation field in database which is integer type to 1.

if u want any user by default to be activated..
1.> simple solution to this.. SET default value for that field in database to 1 which is active.
2.> If you want to create a page .. then u need to create a update record page,
you need to decide how u will pass the USER ID, based upon ur business logic.

Hope I understood ur point
Enjoy!

Mohnkhan
<http://www.mohitech.com>
Reply With Quote
  #3 (permalink)  
Old 07-20-2008, 01:22 PM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Hi Mohiuddin,

I think you misunderstood my question. I've already created a membership system which incorporates your suggestion. I currently have an activation page that is auto sent when a member registers for my service. Everything works fine during the registration process.

What I am having issues with are people not able to activate their account, as email may have gone to spam mail or deleted.
I've been directly altering the integer in my DB to activate their membership, it's a pain in the neck.

Is there a way to create a "re-send activation email" just like the forgot password?

My 2nd question is stated above ("check old password trigger") .

If anyone can help, I would greatly appreciate it.

Thanks

Steve
Reply With Quote
  #4 (permalink)  
Old 07-20-2008, 03:26 PM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Here is the deal,

After spending 2 hours skimming through 1000+ posts on this forum, I found a solution to my trigger question. The answer was in my face the whole time.
Here is the link to the post that solved my trigger dilemma:

<http://www.adobeforums.com/webx/.3c05c162>

Whats going on with the support here? I spent $300 dollars for the ADDT program which is bundled with limited documentation to begin with. Are the people answering the questions here Adobe professionals? Is this forum monitored by Adobe?

Talk about limited support... very disappointing.
Reply With Quote
  #5 (permalink)  
Old 07-20-2008, 05:44 PM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

If someone can help me figure out my "re-send activation email", it would be a big help.
Reply With Quote
  #6 (permalink)  
Old 07-20-2008, 06:39 PM
Günter_Schenk@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Hi Steve,

like most other Adobe product forums, the ADDT forums are also user-to-user ones and not monitored by the Adobe staff.

Cheers,
Günter Schenk
Adobe Community Expert, Dreamweaver
Reply With Quote
  #7 (permalink)  
Old 07-20-2008, 06:39 PM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Thanks for the reply Gunter,

I hope you can understand that I mean no malice by my negative comment. Like everyone else, I have a limited amount of time to spend on research. Even though I have a decent grasp managing all Adobe products, there is always something that pops up that either I have never needed to apply or out of the scope of standard manuals. The latter is the reason why I use your forums, hoping for an expert opinion about more complex application.

I appreciate your help.

Thanks again,

Steve
Reply With Quote
  #8 (permalink)  
Old 07-20-2008, 09:23 PM
Günter_Schenk@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Hi Steve,

I understand your point of course, but it´s exactly the "out of the scope" questions (like adding a re-send activation page) which often can´t be replied that speedily by others (including me), because that´s something many users haven´t had to implement so far.

However, I *think* it should be rather easy to accomplish by creating a slightly modified instance of the default "activate.html" page, and define the modified page as "send email" template on the "re-send activation" page -- and in here you´ll certainly need to create a recordset which retrieves the desired user account data which are related to ADDT´s session variable "kt_login_id" in order to make sure the credentials can´t be faked. Just don´t forget to add <?php session_start(); ?> on line 1, as this page doesn´t contain a Dynamic Form which would detect the session.

As your "re-send activation" page will not have an Insert/Update/Delete transaction, and as you can´t implement ADDT´s Send Email behaviours without having defined such a transaction before, you´ll have to resort to my "Using a Dummy table" trick that´s explained in the tutorial <http://www.guenter-schenk.com/tutorials/tutorial.php?id=2>

I think that should be all there is to do :-)

Cheers,
Günter Schenk
Adobe Community Expert, Dreamweaver
Reply With Quote
  #9 (permalink)  
Old 07-21-2008, 02:56 PM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Gunter,

I'm working it out this morning, I will let you know the end result later today.

Thanks a million,

Steve
Reply With Quote
  #10 (permalink)  
Old 07-25-2008, 04:02 AM
Steve_BT@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Account activation page/ check old password trigger

Gunter,

Sorry I haven't got back sooner, it's been a busy week.

I spent quite a while trying to apply your solution...it didn't work. I don't know if I'm leaving something out or for that fact, where the error is occurring. This task is becoming increasingly monotonous and something I have to apply to reduce my workload on the back end. Is there anything you are leaving out? Is there an easier way to make this happen (account activation page question)?

Thanks,

Steve
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 12:19 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk