XenForo
Administrative
- Thread starter
- Admin
- #1
I am trying to run a set of actions upon registration. Looking through some existing posts, it appears RegistrationComplete is the proper class to extend after the account is approved / validated, but I cannot seem to get the action to trigger upon successful registration.
class_extensions.xml
XML:
Read more
Read more about this Feed . . .
class_extensions.xml
XML:
Code:
<?xml version="1.0" encoding="utf-8"?>
<class_extensions>
<extension from_class="XF\Service\User\RegistrationComplete" to_class="Notes\XF\Service\User\RegistrationComplete"...
Read more
Read more about this Feed . . .