How do I create a Login in feature for a site created with MUSE

I am working on a web site and the client needs a Login feature. How can this be achieved with MUSE?

Hi,
please take a look to this thread Can I create a login/password protection in Muse for a HTML5 page or two?

Similar Messages

  • How do I find the 'auto fil' feature for Firefox?

    how do I find the 'auto fil' feature for Firefox?

    Hi jasmtch,
    I am assuming you are talking about auto fill for forms and not password/logins, correct? If that is the case, just take a look at the Knowledge Base article [[Form autocomplete]]. This will give you all the information you need to use and manage the autocomplete feature.
    Hopefully this helps!

  • How to set SQL Server Login MUST_CHANGE, CHECK_POLICY, CHECK_EXPIRATION all to OFF with T-SQL

    How to set SQL Server Login MUST_CHANGE, CHECK_POLICY, CHECK_EXPIRATION all to OFF with T-SQL.  SSMS will not allow me to change policies to OFF. Error: 15128 - The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is
    on.  I am attempting to change these options in a test environment. Thanks, Richard

    It appears you have to change the password first(it could the same password but an alter command needs to be done)
    check this : http://www.sqldbadiaries.com/2010/11/07/the-check_policy-and-check_expiration-options-cannot-be-turned-off-when-must_change-is-on/
    http://sqldbpool.com/2012/10/08/the-check_policy-and-check_expiration-options-cannot-be-turned-off-when-must_change-is-on-microsoft-sql-server-error-15128/
    Hope it Helps!!

  • I need to clarify how I can use adobe as a host for my site for free. I see where business catalyst is supposed to be temporary as well as it is recommended to use as the better alternative to launch my muse site. But then I have to use the long

    I need to clarify how I can use adobe as a host for my site for free. I see where business catalyst is supposed to be temporary as well as it is recommended to use as the better alternative to launch my muse site. But then I have to use the long extension of "businesscatalyst" in addition to the domain name I'd prefer. How exactly can I take it live? do I have to use a third party hosting?

    Hi,
    Once you are done with your sitet, Click on Publish in Muse, select New Site from the drop down, It will ask you a name for your site, which will be used for  site url, you will get a url like mysite.businesscatalyst.com, then go to the browser and login to the admin panel, mysite.businesscatalyst.com/admin and on Dashboard, click Launch site. This will push your site live, and you can then add your custom domain.
    Also make sure that you have completed all these actions mentioned here
    User manual
    Do let me know if you have any question.

  • Can a digital magazine like Flipping Book be embedded into a site designed with Muse? If so how?

    Can a digital magazine like Flipping Book be embedded into a site designed with Muse? If so how?

    I assume you are talking about Flipping Book Publisher software (www.flippingbook.com). I have done this very easily. In the flipping book software you need to make sure that the sharing feature is enabled and export out the .html file. Once you have exported and you have it installed on your website, click on the sharing button on your flip
    catalog software. You can then copy the embed code from this window and paste it into Muse (see attached screen shot).

  • Hi, I have Adobe Acrobat Professional. And I'd like to create web forms through Adobe for my site. Do I have to subscribe? or is it included in my Acrobat Professional Software?

    Hi, I have Adobe Acrobat Professional. And I'd like to create web forms through Adobe for my site. Do I have to subscribe? or is it included in my Acrobat Professional Software?

    Hi there ferchandler,
    You can most definitely create and distribute forms using your Acrobat Pro software. Here's a link to the Acrobat Help, which has some good info to get you started: Acrobat Help | PDF forms basics
    And, there is a forum dedicated to forms as well: PDF Forms
    Please let us know if you have additional questions.
    Best,
    Sara

  • How to change the default login user id for firefox home?

    I need to enter a login id to open a firefox page. Unfortunately, I made an error on the login id. How to change this default login ID to open a Firefox home page?

    sheldonidx wrote:
    Can this be modified to change the underscore to a period?No.
    I'm not sure if this is possible because it looks like the XML refers to compiled Java classes. Correct. A similar request has been discussed before:
    http://forums.sun.com/thread.jspa?messageID=10626873#10626873
    Regards,
    Shane.

  • How can i stop showing login info to password protected sites

    When I start to login to my email accounts, after I type the first letter, auto fill in begins. I don't want that feature for login or passwords

    Hi duffer48,
    Firefox has a very powerful Password Manager. You can access it by going to ''Tools > Options > Security''. If you want to disable the feature completely, you can just uncheck the box next to ''Remember Passwords for Sites''. If you just want to remove your stored login information for a few particular sites, you can click on ''Saved Passwords'' and delete the entries for any sites you don't want stored.
    You should take a look at [https://support.mozilla.com/en-US/kb/make-firefox-remember-usernames-and-passwords this Knowledge Base article]. It has a lot of information on using and managing passwords.
    Hopefully this helps!

  • How to get Mountain Lion's new features for China?

    I downloaded and installed OS X Mountain Lion from the USA app store, and could not find its claimed new features for China. Does that mean if I want to have those 'new features for China' I have to buy the software from China app store? Any other solutions other than double pay for it in RMB again?

    I have the Chinese input method installed in system prefs/language & Text/input methods and have used it before to enter chinese texts in MS World or Mail. Now under Mountain Lion I see no difference in regard to improved text input. Neither do find the definition dictionary, the dynamic word list, the lookup function. Can you elaborate on how to use the new features for China under Mountain Lion. Thank you.

  • Missing Features for Discussions site

    I am regular user of Apple Discussion site and there are a couple key features missing for this site.
    1. Sorting of threads - Please allow for sorting the threads under a discussion topic by views and replies. This way we can see what are some of the top problems for a particular Apple product that lot of users are facing similar issues
    2. Paging - I don't see an option to go to the last page to view the most recent posts in a particular threaded discussion

    Some of this can be done under "My settings" and "Topic Page View" but I agree it is a nuisance to have to change settings at that level all the time if you want to very how each things you read is sorted.

  • Help creating search and results function for my site. Please help!

    Hi guys,
    I'm making an eCommerce/PayPal website for some products I'm selling. The website is currently built with PHP and HTML.
    I want to add a search box so people can search for what the specifically want - then the results page will display a list of the products with links to the products' individual pages.
    From what I understand this will almost certainly need to be database driven. My only problem is that I barely know where to start.
    I've created a database on my host and have created dummy pages of how I want everything to look.
    Each product will need 3-5 search terms attached to them.
    Can someone please tell me where to begin and how difficult what I want to achieve will be?
    Thank you and I hope to hear from you.
    SM

    The solution is database-driven only if the information about your products is in a database.
    There are two approaches for a mySQL database, using the LIKE query and using MATCH AGAINST. These are SQL, not PHP, but the search results are processed by PHP.
    There are plenty of tutorials on the web for these two methods. I prefer MATCH AGAINST, but it is a little bit more involved than LIKE.

  • Here's how to use your own custom Webclip icons for the sites you visit.

    This method is pretty much 95% taken from this URL: http://allinthehead.com/retro/319/how-to-set-an-apple-touch-icon-for-any-site , so credit where credit is due. The instructions are a bit hard to understand though, so I'll try to make it easier for everyone.
    Fortunately, this works for both Macs and PCs.
    INSTRUCTIONS:
    Requirements:
    - iPhone on 1.1.3 and any version of iTunes that can sync to iPhone
    - Adobe Photoshop or any other image editing program that can crop, alter image size, and save .png image files. (Recommended 24-bit .pngs as they are higher quality)
    - Apple Safari ( http://www.apple.com/safari/, and yes, you need it.)
    - A website or ftp where you can upload images and directly link to them, like Google Pages.
    Warning:
    - This requires you to sync your Safari bookmarks to your iPhone. You will probably lose all of your iPhone's bookmarks if you don't already sync your Safari bookmarks with your iPhone. Only proceed if you do not mind losing your iPhone's current bookmarks and do not mind re-entering them after the bookmark sync. NOTE: The bookmark sync DOES NOT get rid of your current Webclips though, so don't worry about those.
    Easy Steps:
    1) First, make sure that you are following these instructions in the Apple Safari web browser.
    2) Find an image you wish to make into a Webclip icon. (ex: I prefer to use movies.yahoo.com to look at movie showtimes, so I found an image of a movie reel from Google Image Search and decided to use that.)
    3) Open the image with your preferred image editor and crop your desired image into a perfect square. Resize that picture down to 57x57 pixels. Save as a 24-bit .png file. Upload the icon to your webpage or ftp. (ex: I ended up with this icon of a movie reel: http://ctolpin.googlepages.com/appleicon01.png )
    4) Select and copy the javascript code in this .txt file: http://ctolpin.googlepages.com/webclipcode.txt
    5) Go to Bookmarks and select "Add Bookmark..."
    6) Type in "Webclip Icon URL"
    7) Go to Bookmarks again and select "Show all Bookmarks."
    8) Right-click your new "Webclip Icon URL" bookmark and select "Edit Address"
    9) Paste your clipboard's contents into the field.
    10) Plug your iPhone into the computer if it's not connected already.
    11) In iTunes, select your iPhone from the right column. Select the Info tab. Scroll down to "Web Browser" and check "Sync bookmarks with: Safari" (obviously, make sure Safari is selected from the dropdown menu).
    12) Once your iPhone is synced, use your iPhone to navigate to your intended website target to make into a Webclip. Remember that Webclips save where you zoom in as well! (ex: For me, it was movies.yahoo.com and then entering in my zip code.)
    13) Once you've loaded your target website, open up the bookmarks in iPhone's Safari, select Bookmarks Bar, then select Webclip Icon URL.
    14) Type in the address of your uploaded icon. (ex: In my case, it is http://ctolpin.googlepages.com/appleicon01.png)
    15) iPhone's Safari will seem like it didn't do anything. However, add that webpage now to your home screen as a Webclip. Magic.
    Additional note:
    It is easiest to make a bunch of icons at first and to upload them. However, once that "Webclip Icon URL" bookmark is in your iPhone, there is no need to go back and do any of the computer Safari steps again
    My front page icons in order (Sorry Stocks, it's the second page for you!):
    Google, Wikipedia, Definr, Showtimes
    http://ctolpin.googlepages.com/iphonecampics007.jpg
    Message was edited by: LumpOfCole

     3 Go to the port forwarding section and copy down the Applied Rules. 
    Example:  
    Network Computer/Device: 192.168.1.100:63145
    Application & Ports Forward:  Application UDP Any -> 6347  
    Note: There may be up to three entries for each one of your Set Top Boxes.G
    Your display obviously is not like mine as mine does not dosplay the port associated with the ip address
    whatever, the STB's start at 192.168.1.100 and icement by 1 for each
    the port addr's will be 63145 alo incrementing by 1
    there is 1 entry for each in my pf list
    however each ip addr also has a port entry starting at 35000 also incrementing by 1 for each ip addr
    For some unknow reason these are duplicated e.g I appear to have 11 entries exaactly the same for each stb and as the fios services rules have no action switc there is nowhere to delete the extraneous garbage.
    Why do you clone the mac addr??

  • Multiple URLs for different sites created on iWeb?

    When I created a second site and went to publish it, the site was given the same URL (web address) as the first site I created. Does iWeb not identify new sites with unique URLs? Essentially my question is does each MobileMe account only support a single website?

    Welcome to the Apple Discussions. When publishing multiple sites to to a MobileMe account the last published site will be accessible via the simple URL: http://web.me.com/youraccountname/
    However each site has it's own URL which would be:
    http://web.me.com/youraccount_name/sitename
    So you need to tack on the site name at the end of the simple URL.
    For what it's worth I use iWebSites to manage over 40 individual sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process and move it to another location on your HD until you're satisfied the separation process is completed and what you want.
    This lets me edit several sites and only republish the one I want. It's something you might want to take a look at.

  • How to disable PDF.js built in viewer for my site

    On my site PDF files are used for printing purposes. Starting with v19 visitors start start to claim that this functionality is not working any more. The cause of this is the new built in PDF viewer. It doesn't open print dialog after pdf file download if the the file is built to doing this. Also I’ve found that the quality of printing via the built in viewer is unacceptable. The content is distorted by the JPEG compression and additional headers and footers are present on the page. So for my site built in PDF viewer should be disabled at all. I've found no way to do this at the site level. I think that the instructions for disabling the new feature is too complex for ordinary users and it easier to ask them to use another browser.
    I think that should be an option at the site level to disable the built in PDF viewer. At least this option should force the browser to ask the user that for working properly with this site the built in PDF viewer should be disabled. And if user choose to disable it this should be done in one click.

    @john99,
    FF19 ignores your "Application preferences", described in [[https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file]]
    and
    [[https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-without-downloading-them]]
    as long as pdf.js is enabled. This is counter-intuitive and user-unfriendly. One shouldn't have to override settings (disable pdf.js) in about:config for an option configurable in the regular GUI to work as expected.

  • How do you set up usb device (remote for ppt) to work with iPad2

    How do you set up a USB Device (a remote) to work with an iPad 2?  I have the digital camera connector but when I plug the remote in, the device is not recognizable.  We are trying to run a slideshow on the iPad using the remote to advance the slides.  Thus, the viewer does not have to swipe to advance to the next slide. 

    ...I have the digital camera connector...
    Simple answer: no, you can't use that remote with the iPad.
    The Camera Connection Kit (CCK) is only for importing pictures.  It is not a general purpose USB port so will not work with just any USB device, other than cameras and USB flash drives (but only to import pictures.)

Maybe you are looking for