I have a django app that uses django-authopenid as the sole registration method. I have registration
in my installed apps, which django-authopenid uses. An ideal solution would allow me to run arbitrary code on the user object when they register. I can't directly modify the code for django-authopenis
or registration
.
Let me know if I need to add any more details.