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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -