Skip to Content
Menu
This question has been flagged
1 Reply
3630 Views

i want to make confirmation email

so before the new account confirmed they cannot login to my website

Avatar
Discard

Did you find out how to do it?

Best Answer

Two things :

 - First, add an attribute "can_connect" or something like this to res_partner.

 - Create an automation so that when a user is created in res_partner, it send an email and set the "can_connect" var to "false"

I don't know how you can do to create an URL that make the "can_connect" to true.

Hope it helps.

Avatar
Discard