标签: joomla joomla2.5
我正在使用plgAuthenticationMyAuthentication插件,哪个方法onUserAuthenticate会在授权时触发,但我想知道是否有一些方法在组件加载之前立即触发,我可以使用{{ 1}}。
plgAuthenticationMyAuthentication
onUserAuthenticate
答案 0 :(得分:1)
有,但你需要一个创建单独的用户插件,它具有onUserLogin(免责声明,从内存,所以名称可能是不同的)方法,你可以挂钩。以下链接应该提供一个很好的起点
http://docs.joomla.org/Creating_a_profile_plugin