|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
User email activation
What is the best way, or indeed what is the best language to use, to, when a user fills out a form, an email is sent to them with an activation link they must click before they can log in.
Like what most forums use when you register. Cheers |
|
#2
|
|||
|
|||
|
|
|
#3
|
|||
|
|||
|
i would create a random code, put it on the database next to the user, email that code to the email address like: www.whatever.com/activate.php?code="12ssde2" and when user clicks on the link, the page changes the code in the db to "something like done, y, or whatever" to indicate user has been activated...
on th elogin page, u also need to check if user has been activated or not.. |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > User email activation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|