myphotomojo
Fri 29 December 2006, 02:35 pm GMT +0100
Is there anyway to allow a user to automatically be registered once they enter their info into the registration page without having a need for a user to check their email inorder to activate their registration.
Currently I have $my_access->auto_activation = true; set in the login page which sends an email to activate their account. I don' really need this so just want to skip it. In other words, just register and your good to go.
Thanks.
olaf
Fri 29 December 2006, 02:47 pm GMT +0100
Is there anyway to allow a user to automatically be registered once they enter their info into the registration page without having a need for a user to check their email inorder to activate their registration.
Currently I have $my_access->auto_activation = true; set in the login page which sends an email to activate their account. I don' really need this so just want to skip it. In other words, just register and your good to go.
Thanks.
no chance, an invalid email address/account will break the system (not really ;)), In fact, I never thought about this option because you don't need an advanced login system if you don't validate the user
myphotomojo
Fri 29 December 2006, 03:03 pm GMT +0100
OK, I understand about the validating the user. However, some of the bigger companies (amazon, flickr, ebay, etc.) don't require you to validate the user prior to using their systems, just registration. Not a huge issue, just trying to make it easier for my users to gain access to the site.
Can you please add this enhancement to the "things I will consider in the future" catagory. :D
olaf
Fri 29 December 2006, 03:13 pm GMT +0100
Can you please add this enhancement to the "things I will consider in the future" catagory. :D
maybe at the end of the list...this way you open your system for spambots and there could be much more problems...
myphotomojo
Fri 29 December 2006, 03:56 pm GMT +0100
No problem, I completely understand why your class sends an email to validate the user. I glad it's added to the list, event if it's the last item :(
Onto my next question: