开发者

Joomla User creation hooks

开发者 https://www.devze.com 2022-12-14 03:27 出处:网络
Is it possible to create a hook when a user creates an account? I have googled and found some stuff on hooks and joomla but nothing really concrete.

Is it possible to create a hook when a user creates an account?

I have googled and found some stuff on hooks and joomla but nothing really concrete.

开发者_高级运维

Anyone knows if this is possible? Or do I really have to mess with the code. I just want to create code that is upgrade safe.

Thanks


Yes, this is possible. You're going to write an user plugin based on user events for plugin system. From your question I believe you want onAfterStoreUser or onBeforeStoreUser event hooks. Check these provided links for official documentation with examples.

0

精彩评论

暂无评论...
验证码 换一张
取 消