Business Catalyst Help | Change or retrieve a password

This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/sbo/user-passwords.html

Hi
You can initiate  password recovery workflow through backend , if the recovery password is not setup properly then you can change that through v2 interface.
http://screencast.com/t/38vT712stLTs
Thanks,
Sanjit

Similar Messages

  • Business Catalyst Help | Change the domain name of your site

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/change-site-domain.html

    @minshallcreative - Please reach our direct chat support and provide the site name so they can investigate this ASAP. 
    http://helpx.adobe.com/contact.html?product=business-catalyst
    Kind regards,
    -Sidney

  • Business Catalyst Help | Learn how to change the domain name

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/change-site-domain1.html

    A Muse site seems to be automatically hosted on a web basic site. So when you want to give your site the proper domain name, (which is already purchased and added to the BC servers), and have it hosted on your web + plan (or  another premium web plan with mail), where is the option for that? As far as I can see, this option is not offered. Do you upgrade it from your premium plan? And if so, how?

  • Business Catalyst Help | Manage product inventory

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/product-inventory.html

    Yes Ricky ... I got it!!!
    Step1: Use this code for large_product.html
    <div class="shop-product-large clear">
    <div class="details">
    <h1>{tag_name}</h1>
    <h3 class="sale{tag_onsale}">
    Price:
    <span class="normalPrice">{tag_retailprice}</span>
    <span class="salePrice">{tag_saleprice}</span>
    </h3>
    <ul>
        <li class="instock">In stock: <strong>{tag_instock}</strong></li>
        <li class="instock"><strong>{tag_attributes}<br />
        </strong></li>
        <li class="quantity">{tag_addtocartinputfield} {tag_addtocart,<img alt="" src="/CatalystImages/shop_addtocart.png" />}</li>
    </ul>
    <div class="description">{tag_description}</div>
    </div>
    <div class="image">   {tag_largeimage}
    </div>
    <div class="poplets">{tag_poplets}</div>
    </div>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script>
    $(function(){
            var product = {tag_product_json};
            var attributes = {tag_attributes_json};
            var divId = "#catProdTd_"+product.productId;
            $(divId).find("select").change(function (){
                      var selected = $(this).val();
                      var option = attributes.options[selected];
                      if(option && option.image)
                         $(divId).find(".image").find("img").attr("src", option.image);
    </script>
    Step2: Look at http://tesonline02.businesscatalyst.com/outerwear/avatar    as a reference
    Step3 :Go to your Dashboard .... then, for each product, check the images attached for Tabs "Price"
    and "Attributes" and compare with the reference AVATAR (link above) ... hope it helps.

  • Need Urgent help Error while retrieving a password for credential: ReaderRi

    I am receving the following error while deploying my web dynpro application containig a adobe form .The issue is that when i perform teh following test
    Enter the following URL in the browser
    http://<server>:<port>/AdobeDocumentServices/Config
    The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    Choose rpdata(test…)
    Choose the Send button without entering any parameters
    Enter the user name and password
    User Name: ADSUser
    Password: <Your admin password>
    Choose Submit
    I get the version number
    but when i deploy the application i get this eror
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:398)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:342)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Wed Oct 03 14:43:25 PDT 2007
    com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights

    Hi Namit,
    Have you installed a credential file to your ADSServer?
    This is required to apply the usageRights onto the PDF.
    You need to install the ReaderRights credential file. Follow the steps from this URL:
    Re: Interactive form application error
    Make sure that the password and the expiry date of the ReaderRights credential file are valid.
    Hope this helps.

  • Business Catalyst Help | Work with pages

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/pages.html

    Ok, I can't seem to find a straight answer for this question anywhere online without something else I find contradicting it.
    PLEASE can someone tell me if my clients can edit text and images on Muse sites within Business catalyst, admin?
    Ido not care if it does not revert the changes to the muse application on my mac. I just want my clients to be able to maintain there text and images without contacting me.
    If and when the design needs to be changed on the original muse file, I will simply update the Muse file to correspond with the site online then make the further changes after that.
    I REALLY want to use Muse to create websites for my clients but if they can't update image/text content remotely then It's not going to work for me and 90% of freelance designers.
    Please can someone clear this up for me.
    Nathan

  • Business Catalyst Help | Getting started with Business Catalyst

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/getting-started-business-catalyst.html

    Hi,
    Welcome to Business Catalyst. 
    From the sounds of your requirement it looks very possible to acheive what you are after with a combination of perhaps APIs and using our import features + custom report generator. 
    Here's a list of our API calls -> http://kb.worldsecuresystems.com/635/bc_635.html
    Also the various import options within BC -> http://kb.worldsecuresystems.com/kb/importing-data.html
    Lastly our custom customer report generator -> http://kb.worldsecuresystems.com/kb/build-customer-report.html
    I would also if you haven't already go ahead and test out BC.  It appears identifiers are what would be "users" having back-end access to the system to either generate a report or email broadcast who may also need to analyze incoming data. 
    If still needing assistance please reach out to our direct support so we can help guide you further if needed.  -> http://helpx.adobe.com/contact.html
    Kind regards,
    -Sidney

  • Business Catalyst help

    What information do I need to push a site live? I'd like to make sure I have the information I need before I do it.

    In order to redeem your free Creative Cloud Business Catalyst sites, simply login to the site admin and hit the Push Site Live button on the Dashboard. I believe you have published the site through Muse, the documentation here can be helpful - http://www.adobekb.com/launching_pt01.html#pushingasitelive
    Thanks,
    Vinayak

  • Business Catalyst Help | Defining InContext Editing editable regions using any code editor

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/defining-incontext-editing-editable-regio ns-1.html

    This is what I meant by shape.
    Normally, I drag out a rectangle with Muse,then set it's background fill so that it can turn in to a object which I can change the states for the button. I published my site with several this kind of links and I want to change it whenever possible in the in broswer editing. However, at first, when go to in browser editing, this object is completely not editable. After I added in the attributes of the Editable Regions,
    <div ice:editable="*"></div> I get an full editable functions.
    For example in my site, I have a rectangle with an image background to it,with an external link. And after I added the
    ice:editable="*" in the div tag,I got to edit my so called "button".
    Keep in mind that this had a link to it.
    After I click edit, a full control showed up, so I try to select the phot and insert link ,hoping that it could add a link to the photo.
    However, after I specifiy the adress, the photo is gone and a text link is left behind. I can still add back in the photo but I just can't make it a linked photo.
    And what's eventually left behind isn't the linked photo, but a linked text.
    The main question I'm wondering is that if I'm able to change the link of a image through in broswer editing,or the link of a regular shape like a rectangle, so that I can always update the link of the objects through buisness catalyst and when user clicking the photo/shape, they can be brought to an adress.
    But it seems like I only can change the link for a text.

  • Business Catalyst Help | Add a product

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/add-product.html

    OK I found the link now. I had to get chat to help me find it as the search in here does not work very well, I find.
    http://kb.worldsecuresystems.com/134/bc_1345.html?bc-partner#main_Product_Modules
    or to summarise you insert the tag like this on the page to display a product using the product small backup layout:
    {module_product,133878,7850617,,,true}
    First number is the catalog and second number is the product number. Then three commas and the word true will display the backup layout.

  • Business Catalyst Help | Manage domain names

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/domain-names.html

    I followed all the steps to delete < www.onlyrealgamemovie.com > on Bc -- including re-direct so I could use GoDaddy for DNS.
    < www.onlyrealgamemovie.com > is registered with GoDaddy and it is pointing at the Muse site on BC < http://theonlyrealgameawayhome.businesscatalyst.com/ >
    My problem is adding <www.onlyrealgamemovie.com > back on BC -- I keep getting and error message:
    "cannot add domain because this domain already exisits. Please delete the domain."
    I DID delete it so I do not know what to do!
    HELP!!! The 5 producers are getting very anxious about the site not being up yet!!!

  • Business Catalyst Help | Manage site users

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/site-users.html

    Things seem to have gone crazy here.  I cannot log into the client site using my partner portal password and username. 
    My client user which I set up as an admin, is saying that she cannot upload images saying she doesn't have the authority to do that and she cannot import items, with a different message. 
    Also, I see now way to modify or delete her as a user from the partner portal.   Going fom my portal to the client site to details.
    Jeff
    PS the ticket system is also down.

  • Business Catalyst Help | Create RSS feeds

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/add-content-rss-feed.html

    Thank you for the fast reply, Mario!
    I did look at the blog details page as the help page indicated and i did have the RSS check box checked, however under the Site Settings the RSS page had no channels in it. So I had to create a new channel so I can have a link to the blog RSS. When I created the chanel and selected to populate it with BLOG POSTs it gave me that ugly 2 box fields where you move the blog posts from left box to the right box. So essentially you have to do this for the blog posts as well. Unless I'm missing something but I spent almost an hour trying to figure this out in the Admin. Whcih is a rediculous amount of time to spend on something that comes pre-built to any other system.

  • Business Catalyst Help | Creative Cloud Sites / Upgrade and launch a site

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/upgrade-temporary-site.html

    I have enrolled in BC webbasic paying monthly. (enrolled today aug 8th, 2013 and I have a muse site that I developed and published. After publishing the site I visited BC admin page hoping to launch the site but could not find the button to launch a site. 

  • Business Catalyst Help | Create and insert a form

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/using/create-insert-form.html

    I want to ask also if the opt-in forms in business catalyst can be embedded on a different website that's not hosted in BC. Like other email clients (mailchimp, aweber etc.) you can embed their forms to any website.
    Is this possible for the BC email marketing forms?

Maybe you are looking for

  • OS5-Issue with reminders/alerts of all-day events

    Hi there, in our company we are used to set up anniversaries and birthdays as all-day events with a reminder at 08.00 AM in Lotus Notes which are synchronized together with individual calendar entries to the Blackberries. After upgrading the first Bo

  • Property not Writable on type exception

    I found another post about this problem but the reply was Sorry, I have solved the problem. I am using JBoss 4.2.1.GA, Facelets and jboss-seam-CVS.2007-09-17_01-34-40. I am trying to do this.      <h:form>           <h:panelGrid id="lpg_01" binding="

  • How to sync iphone s through itunes on old mac

    I backed up my old iphone to my mac os x 10.5.8. I just bought a new I phone s. I want to sync it with my mac so I can pull up my old apps, contacts, etc. through itunes. When I plug in my phone, it says I have to download Itunes 11.3 or later. I can

  • Indesign CS5 Color Management Policies

    Hello All, I have just been having a look at Indesign CS5 Color Management Policies... Can anyone clarify the following for me? From my testing it looks like 1.) When placing an image into an indesign page the embedded icc profile is ignored and the

  • Analog Mix and Windows 7

    Hello,? I just installed Windows 7 (x86) and the driver for my SoundBlaster Audigy Soundcard (drivers 6.0..377 from file "Creative Sound Blaster Audigy series driver 2.8.007"). But now here is my issue: I use the "line in" to record audio. This "line