Registering users with Joomla API
Posted: Mon Jan 14, 2008 1:00 am
I am glad I found this forum. I am trying my hand at coding for Joomla. I have seen various SDKs and most of them explain all the functions clearly with some simple examples. I'm sure even Joomla! has something like this but am unable to find it. Can someone please point me towards the right direction?
For example, as a starter, I would like to do something like the following:
Make a simple form with fields to accept the user details and then invoke a Joomla! function that registers the user. I won't be using the inbuilt Joomla registration system but I want to try my hand at creating one. Secondly, once I register, I would like to, well, you guessed it right, create a login form that authenticates the user and logs him inside.
So initially, when the user loads Joomla, he should be seen as a guest
Then I'll take him to a page that I created. He registers there as a user
Now, he'll be directed to a page I created
When he logs in, he'll get a confirmation
When he goes back to Joomla! he should be shown as logged in
Thats my basic idea. I know there are third party scripts like this but I really want to "learn" by coding them myself. Can someone please help me achieve this?
For example, as a starter, I would like to do something like the following:
Make a simple form with fields to accept the user details and then invoke a Joomla! function that registers the user. I won't be using the inbuilt Joomla registration system but I want to try my hand at creating one. Secondly, once I register, I would like to, well, you guessed it right, create a login form that authenticates the user and logs him inside.
So initially, when the user loads Joomla, he should be seen as a guest
Then I'll take him to a page that I created. He registers there as a user
Now, he'll be directed to a page I created
When he logs in, he'll get a confirmation
When he goes back to Joomla! he should be shown as logged in
Thats my basic idea. I know there are third party scripts like this but I really want to "learn" by coding them myself. Can someone please help me achieve this?