Sorry, I got the Subject wrong and couldn't delete and re-post, so I'm re-posting just so it's not confusing.
I'm running DR 3.2.21 on DNN 4.8.4.
What is the method of sending a password by email on a registration update as part of a Completion Event? I thought that there used to be a specific token for this, but it's no longer there (or did I imagine it). The only token is for an initial registration, which doesn't do me any good when I want to confirm a password on update.
Thanks,
Steve
I should have added that I do see tokens for password and confirm password. The problem is that when I use them, they don't send the password via the email fired off as a completion event. So I guess the real problem is that the tokens don't work.
Hi Stephen, You're going to need 2 Dyn. Modules to make this happen. Here's what I recommend: In your Manage my Account page (or however you call it), set up a Dyn. Reg. with all the fields that your user can change BUT not the password and confirm pword. Then, underneath this module, set up another Dyn. Reg. with just the username, password and confirm password. This is where you want to set up the email completion event. This way, the emails fire only when they're changing the password. (Make sure to check your settings in the DNN Core Integration page.) Click here to see my demo. Feel free to create a test user acct to see how it works. Hope this helps! Candace