Page 1 of 1

email verification link

Posted: Fri Dec 22, 2023 12:34 pm
by Kevin
Hello,

i want to know if in the sign up form there is a way to verify mail. Link most pages do i want to fill up the form then send a message to the user with a link and then verify.

I am modifing the php of the form to send a custom message, but i do not know if the verification page has to be done programatically or there is somehow a inbuild system that allows to do that.

Thak you

Re: email verification link

Posted: Fri Dec 22, 2023 1:05 pm
by Pablo
In the properties of the Signup form, you can select Account activation-> Email verification.
See also the information about in the help (F1)

Re: email verification link

Posted: Fri Dec 22, 2023 5:42 pm
by Kevin
Thank you, now it works.

Just for clarification for another person. In my case the active did not turn to 0 by default when the mail verification is on. I had to hard program in php to do that (easy to do really).

If you have a problem that the person can enter without verifing the email, this may be the cause.