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
|