User Email Activation

0
When a user has been registered within a particular website then an URL link should be sent to that user Email so that when the user click on that particular link(URL) the user account should be activated so that he can login with his login credentials. Can Any one suggest me how to implement a deep link module in detailed.
asked
1 answers
1

Hi Gandipally, the documentation of the Deep Link module describes quite well how to set it up.

For the activation part I would suggest using the isActive boolean. Make sure to set it to false when the account is created and use the deeplink to set it to true.

answered