Secure Zone redirect failing

Hi, So i have just made the log in page for a basebase ball team. When i go Log in - http://redfernredsox.businesscatalyst.com/log-in.html ( Enter any username or password still does it)
I enter The Username and Password - then when i press log in this comes up - https://redfernredsox.worldsecuresystems.com/ZoneProcess.aspx?ZoneID=141&Referrer=http%3a% 2f%2fredfernredsox.businesscatalyst.com&OID=5558009&OTYPE=1 . I have not changed any infomation from the secure zone HTML block from the add secure zone page in BC. This alsos happens on the Rego page when they submit the form.
Thanks
Aaron

For the username that you are using to login, have you made sure that user is subscribed to your secure zone?  Find the customer record associated with that username in the BC Admin area at CRM > Customers and search for that customer.  When you are on their customer record, goto the Subscriptions tab and make sure they are subscribed to that secure zone. 
If that's ok-- goto your secure zone settings at Site Manager > Secure Zones and choose your secure zone and click the Details tab. Make sure the page you are using for the "Landing page" is also set as a secure page.  Goto the "Secured Content" tab and make sure that the page you are using as the landing page is on the right side of that list-- if it's not there you can move it from the left to the right to make it secure.

Similar Messages

  • How do I redirect a secure zone login form with javascript?

    I would like to redirect what page a user goes to after filling out the secure log in form. I would change the landing page of the secure zone, but I need a log in form to go to a different page of the site. I would also create a seperate secure zone, but I have almost 3000 subscribers and it would be very time consuming to add all those users to this new zone.
    I would like to redirect the user (using the form from a secure zone) to a different page other than the landing page of the log in form. How do I do this with javascript?
    I saw this page: http://kb.worldsecuresystems.com/598/bc_598.html#main_Logging_into_different_Secure_Zones_ according_to_ID_number but couldn't make sense of it for my current situation. (I don't need multiple zones, just the form to redirect to a different page after submission)
    <form action="https://redlakewalleye.worldsecuresystems.com/ZoneProcess.aspx?ZoneID=12369&Referrer={module_siteUrl,true,true}&amp;OID={module_oid}&amp;OTYPE={module_otype}" method="post" onSubmit="return checkWholeForm52938(this)" name="catseczoneform52938">
                <div class="form">
                <div class="item"><label for="SZUsername">Username</label><br />
                <input type="text" maxlength="255" id="SZUsername" name="Username" class="cat_textbox_small" /></div>
                <div class="item"><label for="SZPassword">Password</label><br />
                <input type="password" autocomplete="off" maxlength="255" id="SZPassword" name="Password" class="cat_textbox_small" /></div>
                <div class="item"><input type="checkbox" id="RememberMe" name="RememberMe" /><label for="RememberMe">Remember Me</label></div>
                <div class="item"><input type="submit" value="Log in" class="cat_button" /> <a href="/_System/SystemPages/PasswordRetrieveRequest">Lost password?</a></div>
                </div>
                <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
                    //<![CDATA[
                    function checkWholeForm52938(theForm){
                        var why = "";
                            if (theForm.Username) why += isEmpty(theForm.Username.value, "Username");
                            if (theForm.Password) why += isEmpty(theForm.Password.value, "Password");
                            if (why != ""){alert(why);
                                return false;
                       // Add the redirect code here?
                        theForm.submit();
                        return false;
                    //]]>
                </script>
            </form>

    I've been working on the same thing and have nearly solved it with these tutorials:
    http://www.bcgurus.com/tutorials/re-directing-users-to-the-correct-secure-zone
    http://www.bcgurus.com/tutorials/building-a-better-secure-zone-login-page
    The first tutorial will let a person continue on to the page he/she was attempting to access. For example, if your site offers learning lessons in a secure zone... A visitor could click on a lesson, get prompted to login and then be redirected to that particular lesson instead of the landing page for the secure zone.  The script in the tutorial also accommodates general logging in: "if the person wasn't going somewhere specific then send him/her here (landing page, user account, whatever).
    Might be worth checking out the free BCGurus trial or joining for a month.
    Brian

  • How to create a Payment Form for access to multiple secure zones

    I'm trying to create a Payment Form that allows the user to select from a dropdown of videos, each of which represents a secure zone page with an embedded video.
    What I can't figure out -- and tech chat can't help -- is how to redirect the user to the correct secure zone for the video they purchased.
    Videos are are streaming, vimeo embeds, not downloads.
    Anyone know how to do this? Can post link to test form if you need it.
    Thanks!
    jerry

    Hi,
    This can be done for already available list. Have a look at the following steps:
    Create an Empty SharePoint Project, then right click the project, add SharePoint “Layouts” Mapped Folder.
    Right click the project name, add New item Application Page, then add the custom code there.
    Under Features, add a feature, right click the added feature then add an event receiver, override the FeatureActivated method to set the new edit/new form as the default form.
    How to set new form as default form:
    SPList lstTest = web.Lists["Shared Documents"];
    string newUrl =
    string.Format("layouts/NewEditForm.aspx", web.ServerRelativeUrl, lstTest.RootFolder.Url);
    var form = web.GetFile(newUrl);
    if (form !=
    null && form.Exists)
     //string newFomrUrl = lstTest.DefaultEditFormUrl.Replace("EditForm.aspx", "docEditForm.aspx");
      lstTest.DefaultEditFormUrl = newUrl;
      lstTest.Update();
    For more information, see
    http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2011/05/12/sharepoint-2010-cookbook-how-to-create-a-customized-list-edit-form-for-development-in-visual-studio-2010.aspx
    To add a custom list form, the best way I think is using SharePoint Designer 2010, it’s very fast.
    Regards,
    Kelly Chen

  • Can you determine which secure zone you are logged into?

    Hi all,
    Is there a tag that tells you which secure zones you are logged into and display it on the screen. Or even javascript.
    Thanks

    Thanks Liam.
    I kind of worked out the you need to pull out the page id out of the URL and display it that way, but it fails if you have more than one page (you could check across all pages that are part of the secure zone I guess).
    Any other ideas would be appreciated.
    Anyway thanks again.

  • Setting up subscription secured zone

    I am trying to setup a subscription based secured zone. I followed the directions in the knowledge base but i think the directions were outdated cause it is adding an Invoice field to the credit card form. When we try to test it we get an error:
    Credit Card Payment Failed
    There was an error processing your credit card. Please correct this and try again.
    Invoice Number Not Found: . Please go back and correct this.
    Shouldnt the invoice number populate the field automatically?
    How can the user know what the invoice is to input it?
    Thanks
    Tom Cuneo

    Reference:
    http://forums.adobe.com/message/4964176#4964176
    (bottom)

  • Single form for secure zone registration and web app submission?

    Hi
    Is it possible to setup a form where a user can simultaneously register for a secure zone and submit a web app entry? The knowledge base / tutorials describe a two step process (web form for secure zone registration and web app input form for web app submission), but I would like users to be able to do both with a single form
    Thanks in advance for any suggestions
    mls

    In order to have a customer create a web app item they must be logged into the secure zone already.  I've seen some instructions on how to let users submit web app items outside a secure zone but that requires creating a dummy anonymous user and logging them into the secure zone via javascript.  You could use this method and once it's submitted you'll have to manually attach the web app item to the correct user in the BC Admin.  That might not work for you but you can read more about that at http://forums.adobe.com/docs/DOC-1784
    You can't use the above solution with the current user's username and password because those tags are only available when the user is logged into a secure zone already.  If your signup form needs to be filled out first, the user isn't logged in.
    Your best bet is to have the public signup form redirect the user after submission to an "Add item" form you have created. Maks sure that form is in a secure zone so when they add the item it is attached to their account.
    If you don't want to redirect them to a secure zone and want it more seamless you could try to use some javascript/ajax to submit the form via javascript and after the form is submitted, use the javascript code in the above to log them in (be careful to use the https://yoursite.worldsecuresystems.com url if you are passing username and password info gathered from your form to log them in via javascript/ajax).  Once they are logged in via the javascript you can use more ajax to fetch a page's HTML that resides in a secure zone.  This HTML returned from the javascript can be your "add web app item" form and since they were logged in via javascript (securely, right?) this HTML should contain the right information.  Insert this returned HTML into your form container that held the original signup form and they can continue to add a web app item without having to log in.
    This is theory and might work but you'll have to start experimenting with it via javascript.  I haven't actually tried to do this so hopefully some other community members who might have tried this can weigh in here as well.
    Good luck!

  • Setting a secure zone expiry date beyond the invoice date.

    Is it possible to set the secure zone expiry date later than the invoice date? We're just looking at a way to let our members continue to have access for say 1 week after an invoice has failed so that they can log in and update their credit card details, possibly without seeing the 'access expired' message.
    I've seen this behaviour on a site before, but I think that may have had something to do with the fact that it was a weekly membership site and that the invoices were already generated.
    Cheers
    Pat

    Hey Gaurav,
    This is for a monthly recurring subscription. What I was thinking was that if for example a user signed up on the 1st of the month that their SZ access expires on the 8th of the next month, but the invoice is still issued and paid on the 1st of the following month, and when the invoice is successfully paid the SZ access gets extended till the 8th of the next month - now that I've written it out like that I'm pretty sure this isn't possible, unless there is some setting that dev can see in the backend?
    Pat

  • Secure zone art proofing system

    Hey Guys,
    Has anyone here had experience with building a design proofing system into their BC site?
    I was hoping there would be a way to setup a web app to do this.
    It would need the basic features like:
    Image of design being proofed
    Approve / Reject buttons
    Comments
    Notifications when approved or rejected
    Secure zone access
    I'm guessing something like this can be setup with a web app but I have no clue on how to individualize the content based on who is logged in. Would it be possible to use cases to populate the content?  I'm new to BC so I don't fully understand all the possibilities here.
    Thanks!
    -Eric

    Hi Chad, and all other Gurus...
    We're using the 'email as username' trick - it appears to work fine except for the following problem... Do you know how to work around this??
    When a user signs up to a secure zone twice, using the same email (username), but a new password, BC recognises that they are already in the system and sends them a message including the following extract in the web-form summary, but provides no front-end feedback to let them know they already have a username/password.
    Username
    Your record has an existing username. This will be emailed to you. [[email protected]] - has been ignored.
    Password
    Your record has an existing password. This will be emailed to you. [******] - has been ignored.
    This makes little sense at all to an end user, and we'd like to re-word it to make sense.
    Or at the very least redirect the user to a page that tells them that they already have a username/password, and would they like a reminder sent.
    Any ideas where/how we can do this?
    Best,
    Adrian
    EASE
    Message was edited by: EASE

  • Secure Zone Setup without Customer Registration

    How do I setup a secure zone that I control the Username and Passwords?  I do not want the client to register because I want to set up and control all access.

    Okay - I've got the client to finally sort paypal pro... but still having issues.
    Goal - Paid access to a web app submission form, so the visitor can add an advert to the site
    The process as I see it:
    1/ Register paypal and pro account - add details to payment gateway settings (done)
    2/ Setup web app & setup web app submission form (done - tested fine when no payment requried)
    3/ Setup secure zone with paid access requirement - landing page is the web app form (done)
    4/ Setup web form to process the payment and give access to the secure zone....
    Right... this is where the confusion starts... With Paypal Pro my thought was after they submit the web form - it would then take them to paypal and and ask them to process the payment, then return them to the correct landing page...  right?  Or does it need to ask for credit card details on the form before paypal??
    Confused...?
    I wish Adobe would put up some proper videos on Adobe TV.. not just the rubbish overview videos... most of the other Adobe products have good videos.  The knowledge base is outdated with old version help... needs serious work Adobe!  BC promises a huge amount, but without proper reasources busy agencies don't have the time... means BC fails to deliver...

  • How multiple secure zones act now?

    I give trial membership on the site, it gives 30 days of access, when it finishes the users subscription to that zone ends and he gets asigned to regular secure zone access again (this tick in customer subscribtions tab disapears automatically). At least that's how it was before if I remember right. So has something been changed to secure zone handling and administration or was it always this way?
    The biggest problem I now face is that when trial zone expires customer can't login at all, even though his other regular secure zone (which expires: never) is asigned to him. I use smart login form with redirect page that decides to what secure zone customer should be forwarded so I thought maybe this expired zone gets selected but it seems thats not the case. Even if I login user directly to his regular secure zone which has no expiration I get "secure zone expired" page. If I manually uncheck this expired zone subscription, customer can login again.
    Thanks

    Hi Liam,
    thanks for the quick response
    yes i've put together the test page and the tag renders both zones expired and not, please see screen shot:
    Even if i press "Talent" which expires never I get this Zone Expiry system page.
    With login form the redirect is done as Kiyuco suggests: submit button links to redirect page where ajax checks zones user is subscribed to and redirects to the first one in the list.

  • Multiple Secure Zones with a Single Login Form

    Hello, I've created a login form and 20 different secure zones. I am needing to redirect users to their own personal secure zone automatically once they login (without the need for them to choose the secure zone) Can you please let me know how this can be done? Thank you much

    Hi
    The main difference is :
    Using generic secure zone login option : When customer logs in , he stays on the same page. I mean , Generic secure zone in BC doesn't support redirect to other pages . However, he will have access to all the pages that were in other secure zones to which he actually subscribed to.
    Using Specific secure zone login form, you have option to redirect the user to specific landing page and user will have access to data that is placed in this specific secure zone.
    You may locate the Generic secure zone login form in toolbox > site modules > secure zones > sign in form >  as shown in below screenshot :

  • Checkout page to be secure zone

    Hi Everyone,
    It's great that a customer's details can be populated to the checkout form, but if they aren't logged in, this won't happen. How can I change the checkout page to a secure zone, so that it redirects back to the checkout with populated infor once logged in?

    Carol,
    I would soooo appreciate it if you could give me the javascript code you mentioned above. 
    Do I place it in the
    Customize: Online Shop Layouts / registration-buy page ?
    Thanks a ton,
    Nancy

  • I am trying to setup to secure a redirect public port to a private port

    I i am trying to setup to secure a redirect public port to a private port to a Microsoft server exchange
    A user coming from the outside(Untrusted security level 0) will connect to IIS server in the DMZ(Trusted security level 50) with a port 443 to a PIX 515 , the IIS server has a application called Detour Service(Service transparently reroutes any TCP connection from one IP Port to any other IP Port) will initiate a connection to Microsoft server exchange to the inside(trusted security level 100).
    Do you think it is the right solution I term of security?yes or no, are do you have a better solutution
    Thanks
    User port destination 443(outside)>>>>>> IIS server port destination 9999(DMZ)>>>>>>>>>>> Microsoft server exchange(inside)

    Actually the connection from lower security level to higher security level is blocked. You can apply an access list to limit traffic from inside to outside, or allow traffic from outside to inside. For transparent firewall mode, you can also apply an EtherType access list to allow non-IP traffic.

  • Secure Zone Customer Activity Tracking

    I'm new to Business Catalyst, so this may be obvious to some of you, but I have a question about tracking customer activity on my Business Catalyst site. I can track logins into Secure Zones, but only whether/not the customer has logged into the site.
    What I'd really like to do is track a customer's usage of the site - in other words, I'd like to see what a customer's activity looks like on the site. So if a customer goes from Home (secure zone login), to About, to whatever other page. I suppose how much time they spend is too granular, but if I could figure out how to track their site usage, it'd really help me with a client. The only way I can see how to do it on my own is to require users to log in to every single page, which compromises far too much usability.
    So, how about it? Is there anyone that can provide a suggestion, either using the BC interface, or using some other type of tracking mechanism?

    BC can't do that out of the box. You may want to use Google Analytics for that.
    Cheers,
    -m

  • Why do I get these messages "logged in but not to a specific secure zone"

    Could anyone please explain why this messge would appear on the dashboard
    'username' logged in but not to a specific secure zone
    instead of
    'username' logged in to Member Only Area secure zone
    On this website, customers can only log on to a secure zone, and there is only one secure zone.
    Thanks

    Hi Mario,
    Thank you for your response.
    There are only two places users could log in, and none have ZoneID=-1
    I tested both options with one of my own (non admin account) login, and none produced the above message.
    action="/ZoneProcess.aspx?ZoneID=51&amp;OID=5459507&amp;OTYPE=1"
    action="/ZoneProcess.aspx?ZoneID=51&amp;OID=5459507&amp;OTYPE=1"
    both ZoneID's are the same
    What is weird though, only one specific user account is generating that message.
    At this stage the user has not complained about not being able to access his/her data yet.
    My only concern was that this could be a possible security risk.
    Thanks

Maybe you are looking for

  • Follow up action 14 Inspection Type- Equipment status change

    could anyone tell me which follow up action for 14 inspection type is to be bought into for changing Equipment Availablity status to Non Availability status when I reject calibration lot for that particular equipment.

  • Need exact code for this

    In the transformation between 0FIGL_O02(table1) and ZSPM_D01(table2), delete records in 0FIGL_O02(table1), if 0AC_DOC_NO AND 0FISCPER AND 0COMP_CODE do not exists in 0FIAP_O03(table 3). need code for this...i have to implement it in BW.pls give me ne

  • Which MIDI interface / Mic?

    I've just bought a keyboard which has MIDI In and Out terminals, but no USB. Do I just need a MIDI interface, MIDI cable and USB cable to connect it to my mac? Sorry I'm a beginner! Which interface can you recommend? And do I have to buy a seperate o

  • Migrate from Sun One Directory Server 5.1 to 5.2

    Greetings I am trying to run the script provided with the 5.2 release MigrateInstance5; I have installed the server and have followed the instructions to a tee. I keep getting the error, Unable to start the Sun One Directory Server, when I run the sc

  • Where do you listen/stereos

    studio monitors sound kick butt but what system do you listen to music on ? I mostly end up testing and listening to music in/on my car stereo which is pretty **** boomy or and then an mp3 player. After years of music production I have to remind myse