Developer forum

Forum » Swift » Send mail on password changed

Send mail on password changed

Tomas Gomez
Reply

Hi,

We need to send a confirmation mail when the user changes her password.

The problem is that the password has to be changed in the same page as the account details, so in that page there are two forms: one to change the details and one to change the password.

One possibility is to add the password fields into the code of the details template. Then, how the fields of the form should be completed? 

Another option is to add a paragraph with the password form in the details page. Then, how to configure the left side panel (ie. the links the other user pages) to extend along the new paragraph?

What is the best option? Do you have any other ideas?

Regards,
Tomas


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

Dynamicweb does not support sending emails when passwords changes.

So the best option is to use a notification subscriber and then send an email when the password changes.

Votes for this answer: 1
 
Tomas Gomez
Reply

Hi  Nicolai,

Thanks for the advise :-)

Regards,
tomas

 

You must be logged in to post in the forum