XF 2.1 Django Integration with XF | Account Creation

Hello,

I have Django application and XF setting next to each other. XF is hosted under mysite.com/community and Django is hosted under mysite.com/django. Django hosts some stuff that users need to gain access to. I decided to use XF for user management meaning that users will have to create XF accounts and use them to authenticate to Django and that works fine.

The problem happens when unregistered/new user visits mysite.com/django first and wants to create a new account. The current setup works by redirecting new users (when they click on register button on Django) to mysite.com/community/register/ to register, confirm their email and then return back to mysite.com/django (manually) to use the service.

What I would like to do is make everything happen in a one place...meaning, making new users able to register the XF accounts when they visit mysite.com/django without the need to redirect them to mysite.com/community/register/

Any help or suggestions will be highly appreciated.


Thank you in advance.
 
Top Bottom