Hi,
I am getting PHP Notice: Undefined index: password_clear when I use any plugin other then joomla's login plugin to log-in the user. In joomla database, we are not storing any user's data. so I have got a custom plugin, which will do the check for user's credentials through a web service call.
The credentials are checked good, and joomla does show the user has logged in, and rest of the things are also working fine. But my logs are filled with the above Notices!
Any one faced such problem or any hints or directions for me?
Thanks for help in advance, Tanmay