I've noticed "emailConfirmedDate" columns in SQL db when registering a new member or User.
I've tried to understand what's going on in the logic (umbraco 11.3 source code) to create my own alternative controller, hijacking the route like before.
Also, i've searched for code snippets on git and in the documentation to no avail.
I have successfully entered smtp credentials so i am able to ask for an email with a link to reset a User password.
Do you know a nice tutorial how to implement the email confirmation logic in Umbraco?
As a next step, i would like to allow Members to also be able to change their password in the "Edit Profile" code snippet from Umbraco.
Member/User registration Umb 11.4
Hello 🙂
I've noticed "emailConfirmedDate" columns in SQL db when registering a new member or User.
I've tried to understand what's going on in the logic (umbraco 11.3 source code) to create my own alternative controller, hijacking the route like before. Also, i've searched for code snippets on git and in the documentation to no avail. I have successfully entered smtp credentials so i am able to ask for an email with a link to reset a User password.
Do you know a nice tutorial how to implement the email confirmation logic in Umbraco?
As a next step, i would like to allow Members to also be able to change their password in the "Edit Profile" code snippet from Umbraco.
Tnx!!!!
Paul
and so in particular how to create the secure link a Member (or User) recieves at their mail-address they can click on to confirm the action.
is working on a reply...