php - Extending Joomla Authentication Plugin -


i want create joomla authentication plugin execute business logic before letting user authenticate, want let default authentication plugin me.

what want is:

function onauthenticate($credentials, $options, &$response) {      // business logic      // execute onauthenticate event of default joomla authentication plugin     // can joomla, openid etc.  } 

so in onauthenticate function, want call default authentication plugin's onauthenticate function.

any ideas? sorry guys, i'm new joomla extension development. help.

i solved problem keeping plugin , joomla authentication plugin activated , set 0 in order column plugin notified of onauthenticate before joomla's auth plugin.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -