I have a user base web application. I want to add a forum, but I do not want users to register there again.
I am using Rails / Postgresql.
Is it possible to integrate the forum so that after registering on my site, the user will also register on the forum?
thank
source
share