I've created a joomla plugin to authenticate same like normal joomla authentication, (intention is: i'm using civicrm on top of joomla, so based on civicrm membership status i want to update joomla user group for that user). Its working fine on plain joomla and Civicrm version(2.5.24).
When I tried the same plugin on my existing client site(2.5.20), its authenticating using joomla defualt authenticaiton and not using my plugin. I've installed my plugin and enabled it. but its not picking my authentication plugin.
Interestingly when I'm entering wrong user name or password its coming into my plugins "onUserAuthenticate" method. how can I get my plugin's "onUserAuthenticate" method works for all the time..
Thanks for your valuable support!!