Is there a way in Business Catalyst to make separate secure zones that are all accessed through the same login page? What I would want to try to achieve is to only have one login page which, depending on the login information provided by the customer, would redirect him to his secure zone.
I figured out how to do it. I used a blank redirect page with some jQuery in it which points to the first of however many secure zones the user has. To get to that redirect page, I had to change the code for the generic secure zone login box by changing the OID=
and OTYPE=
attributes. Simply change the {}
tag after both and input the page id after OID=
and type in 1
with no quotation marks after OTYPE=
.