I am trying to put together a site which hires out equipment.
The full Joomla regisration process is a bit 'heavy' when you are trying to attract customers, but I do want some articles to be restricted to customers who have at least provided their email address.
At the end of the selection process as they checkout I expect the customers to provide a full registration process then on any next visit they can simply log-in.
I can use CF to produce a simple form for 'email' and a 'password' Then I would like to mark that user as 'registered' from my point of view.
Can I just modify the jos_users table and write 'registered' in the 'usertype' column ? Will that be accepted by the Joomla system as 'registered'? I could of course provide a users table of my own but that would lose a lot of the benefits of Joomla.
Any help, thoughts or comments would be welcome.
--
Dave
The full Joomla regisration process is a bit 'heavy' when you are trying to attract customers, but I do want some articles to be restricted to customers who have at least provided their email address.
At the end of the selection process as they checkout I expect the customers to provide a full registration process then on any next visit they can simply log-in.
I can use CF to produce a simple form for 'email' and a 'password' Then I would like to mark that user as 'registered' from my point of view.
Can I just modify the jos_users table and write 'registered' in the 'usertype' column ? Will that be accepted by the Joomla system as 'registered'? I could of course provide a users table of my own but that would lose a lot of the benefits of Joomla.
Any help, thoughts or comments would be welcome.
--
Dave