tags:

views:

255

answers:

3

Hi all,i want to know more how does joomla does the authentication. Where should i look for the codes? thanks..

A: 

The Joomla Project is open source. As such the code is freely available for you to download and investigate. If you have any questions about it specifically, there are forums and mailing lists you can subscribe to and participate in. I'm sure the Joomla community would be better equipped to answer your question than SO.

fbrereto
A: 

Joomla uses a plugin architecture for authentication. It fires each plugin in order until one of them returns true. If all published authentication plugins return false, the authentication fails. A tutorial on creating authentication plugins for Joomla is available.

jlleblanc
Thanks for the link..
handoyo
A: 

After downloading the sources at joomla.org, you can find the username-password-authentication functionality in the following files:

Authorization (Giving an authenticated user the rights he possesses) is implemented in:

(Be aware that the online version of these Joomla! files is 1.5.10, so not the newest one.)

giraff
Thanks a lot giraff.How about virtuemart?Where can i look the codes for the authentication?Thanks.. ^_^
handoyo
I've never used virtuemart, sorry.
giraff
Ok,thanks a lot..What do you use for commerce then?
handoyo