Having Issues with First Time Login Redirect

Diana Cameron Posted in Component Development 8 years ago

When people sign up for the OSSN, I want them to then be redirected to a page that asks them to sign up for the newsletter. They are on 2 different platforms (unless there is a way of sending newsletters to all participants through OSSN and segregating them into countries?

I put in the URL but it is redirecting EVERY time I go to log in, not just the first time. If I use USERNAME after the URL like in the example, it brings up a blank page.

OSSN is in a directory called community. I put the page I want to redirect to in the community directory so my URL is:

https://www.mywebsite.com/community/signup.html/[USERNAME]

Is that correct?

Replies
au Diana Cameron Replied 8 years ago

This is fixed. I was using version 1.0 and this problem was fixed in version 1.1.

au Diana Cameron Replied 8 years ago

I have changed it to https://www.mywebsite.com/community/signup.php/[USERNAME] and the page is now showing fine but redirects everytime, not just the first time.