What a dork
Posts: 15
106 credits Members referred : 0
« on: Dec 29, 2006, 02:35:05 pm »
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.
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
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
What a dork
Posts: 15
106 credits Members referred : 0
« Reply #2 on: Dec 29, 2006, 03:03:25 pm »
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.
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374