Support Forums Registration/Loading Error for rtcamp

I registered and the loading wheel just spun and spun -- it didn't stop. I checked my email inbox and I got confirmation of registration with password. So I reloaded the support forum page and logged in. Again, the the loading wheel just spun and spun -- it didn't stop. I refreshed the page and it showed me logged in.

@yaelkmiller

Thanks for reporting the issue. We are trying to reproduce it.

Basically, it is related to SSL vs non-SSL version of site. For logged-in users, we are forcing SSL version of site (since we added store)

I will look into it again and see what can be done...

@yaelkmiller

Just checked and found that issue reappeared after a small change in Nginx config. Managed to fix it and tested new fix.

Now a user can register/login without manual page-reload.

By the way code we are using for login/registration widget are posted here - https://github.com/rtCamp/rtAntiSpam

@Rahul Thanks for fixing the issue.