email verification link

Issues related to forms.
Post Reply
Kevin
 
 
Posts: 15
Joined: Wed Mar 08, 2023 8:58 pm

email verification link

Post 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
User avatar
Pablo
 
Posts: 22995
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: email verification link

Post 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)
Kevin
 
 
Posts: 15
Joined: Wed Mar 08, 2023 8:58 pm

Re: email verification link

Post 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.
Post Reply