Can I create a login/password protection in Muse for a HTML5 page or two?

Hi,
I'm new to Muse.  Can I create a login/password protection for
one of my pages in Muse?
thanks,

PASSWORD PROTECTING A PAGE WITH A NICE BOX DESIGNED INTO YOUR PAGE
FINALLY, I'VE FOUND AN ANSWER TO PASSWORDING A PAGE OR SECTION WITH ADOBE MUSE WITH GREAT SIMPLICITY AND ALLOWING YOU TO 'DESIGN' THE PASSWORD BOX INTO YOUR PAGE!!!
Even better is that you don't HAVE to have username AND password (although you could if you wanted to), so just a simple PASSWORD box and enter button DESIGNED BY YOU WITHIN YOUR PAGE, rather than nasty popups etc.  Importantly, the password itself is NOT within the source code of your page either!!
The solution is at Jotform.com. I believe you can do this with a FREE ACCOUNT, although it's SUCH a great service for Musers that I paid for a proper account.
Before you do this, create a page on your site saying "Wrong Password. Please go away" or something to that effect. You'll need it for when they enter the wrong password.
So, in Jotform, you just create a new form and:
1. Drag on a password box (it's in the power tools section)
2. Select it and go to Conditions
3. Go to Change Thank You URL after submission
4. Enter: If [name of your password box] field EQUALS TO [enter your password]
5. In the "Then redirect to" box, enter the URL of your protected page and click save
6. In the resulting box click "ADD A NEW CONDITION" and do the SAME as stets 3 to 5 but this time say NOT EQUALS TO" with your same password and in the "Then redirect to" box, enter the URL of your WRONG PASSWORD page and click save
7. Embed the button on your page and you're done!!!
If you want to mess about with the EXACT alignment of a right aligned button and text box, you can go to Preferences and in the box which allows you to add your own custom CSS, enter the following code and mess about with the values until it's perfect for you:
.form-buttons-wrapper { padding-top:3px !important; }#id_2 {margin-left: -50px !important;}
Here's an example, built in Muse: www.hileytv.com/about.html
I hope this helps my fellow Musers!
Marcus

Similar Messages

  • Can I create a secure log in using muse

    can I create a secure log in using adobe muse?

    Hi
    check this thread, Re: Can I create a login/password protection in Muse for a HTML5 page or two?

  • How can I set up a password protected webpage in Muse?

    I was asked to password protect one area of a website, so that only registered users who have the password can enter and look at or download the pdfs stored there

    Hello,
    Please refer to the links below that have suggestions for same question.
    https://forums.adobe.com/message/4406164
    Can I create a password protected page for member's only?
    https://forums.adobe.com/thread/1044919
    Password Protecting a Muse page
    Regards
    Vivek

  • Can I set up a password protected webpage within my site? CS4

    Can I set up a password protected webpage within my site? I'm using CS4 and would like to create an orphaned page for internal use only.  Is there any way you can set up a password protect on one page within an otherwise public website?
    Any help would be much appreciated.
    Cheers

    The simplest way to achieve this would be to enable password protection for a certain subdirectory by using .htaccess. As long as you / your provider is using apache as web server this can be setup within minutes, all you need is a ftp client (plenty of freeware ones out there),
    and here's a tutorial on how to do it: http://www.javascriptkit.com/howto/htaccess3.shtml Google will list many more if you search for "htaccess password"
    Or, send your provider an email, he might be willing to do it for you, maybe even for free, since it doesnt take more than 5 minutes to set up.

  • How can I make a document password protective in Business Bluprint?

    Dear Folks,
    How can I make a document password protective in Solar01.
    Regards.

    Hi Nabi,
    Before uploading the document in SOLAR01 make it password protected. Your requirement will be met.
    best regds,
    Alagammai.

  • I can not remember my login password what can i do

    I can not remember my login password what can i do?

    Hi Amanda,
    If it's not a Firmware PW, then...
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Utilities from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access the Menubar at top.
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Reset Password from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Reset Password.

  • Is there a way to password protect a document in the app Pages

    Is there a way to password protect a document in the app Pages?

    I'm using iOS 7.1 on my iPad - and yes, you can click the little spanner (wrench) icon when you're in the document you want to protect, and there's an option "set password" towards the bottom of the menu.

  • Can I create multiple instances of  realplayer plug-in in one jsp page?

    I want to play meny video files in one jsp web page, these video files are to be played with the embeded plug-in of realplayer, each plug-in was linked(use its SRC property) a different video file. But, to my surprise, when I press the play button, every player played the same video file,not its specified file.
    I have no idea why it did so and what can I do?
    Whether can I create multiple instances of realplayer plug-in in one jsp page, that is to say, each instance is independent of others?
    thanks in advance!

    Generally speaking, Internet Explorer tries not to launch multiple versions of a plug-in. So what's happening is that you load the first video clip, and then before it has a chance to play, you load the second video clip into the same window. (It's like changing songs in WMA.)
    In some cases - this may not work for Real Player, but it's worth trying - if you spawn a new window through a hypertext link and then launch the plug-in in that window, IE will treat it separately. Otherwise, you could not, for example, run two Macromedia Flash applications from different web sites at the same time.
    Keep in mind that only one program can access the soundcard at a time, so Real Player may purposely "pause" or "cancel" other video streams until the active one finishes. If you were using the desktop version, selecting another video by any means aborts the currently running video (i.e., RP won't let you create a separate instance of it).
    The easiest solution is to create a wrapper JSP file that takes the name of the video clip, and plays it. Call that JSP and specify that it should be opened in a new window via the TARGET keyword in the anchor tag. Then hopefully RP itself won't block a second window from running.

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • How can I create a search filter on my muse project?

    How can I create a search filter on my muse project like the 'sort by' function of this website? http://trufcreative.com/work
    By that I mean be able to narrow down the content displayed on a single page (preferably with an animation) without having the switch pages or reload the browser.
    I'm assuming this isn't something Muse can do natively, but if anyone knows the code, and how to make it work with Muse, that would be awesome.
    Cheers!

    yes i have same problem. i couldnt create one. please help me

  • Can't login password protected site in Windows XP !

    i use iWeb to make a password protected web page and publish to .Mac. I test it at home using my iMac G5 with Safari and Firefox, everything is ok.
    when i am at office today, i test it by using Windows XP PC with Firefox and IE, it just keep asking me the user name and password, i can not login the web page.
    i am sure the user name and password is correct.
    Why i can login the password protected site in Mac but not Win?
    iMac G5   Mac OS X (10.4.4)  

    I am having the same problem. A friend who uses AOL cannot log in either. Yet I can from my computer with either Safari or Firefox and even with the old version of Explorer that sleeps in the app folder.
    Help!!!!!!!!!
    They can access a non-password protected site but I want to be able to use passwords.
    Do we have to wait for an update for this?
    iMac   Mac OS X (10.3.9)   extra ram

  • Creating app with password-protected folios to restrict who can read content

    I have a customer who wants to put business-sensitive content onto iPads for a specific department. It's important that competitors can't see this content, so it can't be available freely through the app store.
    Is it possible to distribute a Folio file as a stand-alone app without it being readily available to the public (and competitors) through the app store?
    If not, is it possible to create an app for the App Store, and password-protect the folio file within it, either by requesting a password on load or by including a password block on the first page within the InDesign design?
    Thanks for your help...

    What you want to achieve can be done by using restricted distribution via DPS. You need to have DPS Enterprise Edition to do this. http://www.adobe.com/devnet/digitalpublishingsuite/articles/restricted-distribution-with-d igital-publishing-suite.edu.html

  • How to create a Login/Password page?

    Anyone know how to create a page where I can say - create a hyperlink on a text file and by clicking on that text file it takes them to a new page with a login screen? (from there I would create a page that once logged in takes to another page). just interested in the login page as default. I know i can password protect, create new site, etc. thats not what im looking to do....thanks.

    Drop.io is an easy to use, online file sharing service that provides users with a simple and private way to share images, video, audio, documents and other digital content through unique, user-created and controlled sharing points called 'drops' which are are protected from search engines...
    http://drop.io/about
    ...And there's a how-to video here:
    http://drop.io/howto

  • Why can't I save my password protected file in a password protected folder?

    I've just encrypted my folder which contains password protected files. I've attempted to save a new password protected file (Word document) but have had to save it to my desktop because when I try to save the file to the folder I receive a message: "Word cannot save or create this file. The disk may be full [which it is not] or write-protected [which it is]". Sooooooo. Does this mean I can only password protect the folder and not the files? Which is really annoying because I really do need the two levels of security. Please can someone help?

    File Vault is not in Disk Utility.  It is in System Preferences/Security/FileVault.

  • How can you set up a password protected folder in OSX 10.8.2

    I'm trying to set up password protected folder on a new mac desktop. Version 10.8.2
    I have done this before in Mountain Lion and previous OS versions by creating a "Disk Image" in the disk utitlity. It's been easy. But in this newer version, it doesn't give me the same options that I've seen in the past nor see on many online posts. And when I try to create, it just gives me an error message saying there is not enough space, which is crazy as there is over 500GB open.
    Any ideas?
    Thanks

    It still works in Disk Utility (DU):
    1. Determine one file that shall be inside the DMG, e.g. one on the Desktop (obviously, you can delete it later again). say it's xyz.jpg.
    2. In DU, without a drive selected, click New Image.
    3. Expand to Finder-like view by clicking on the arrow next to Save As.
    4. Click on xyz.jpg, even if greyed out. It will show up under Save As with the .dmg suffix.
    5. In the bottom part, select Name, Size, and all other parameters. You want encryption, so pick one, then click Create.
    6. Next, enter and remember your password. Probably you will NOT want it to be remembered in Keychain...
    7. That's it: at the same location as xyz.jpg you now have xyz.dmg. In the Finder it's open, and you can manage its content until you eject it.

Maybe you are looking for

  • Is there a List of all Oracle R12 EBS Standard/Seeded Reports?

    Hey, Does anyone have a list of all Oracle R12_ EBS Seeded Reports in the system? - Particularly for Finance and/or Purchasing modules - Ideally with additional information and details regarding what each report contains (a general description or all

  • Default password for SID adm

    The subject says it all - I am new to MaxDB, and did not install the application. We are trying to update some tables, and get permission errors. I have the SUPERDBA user, but that user does not have permissions on the <SID>ADM tables. Is there a def

  • Problem with Java and Windows (Mainly Vista and UAC)

    Hi all, I am having a problem with a program that I've devoloped. The program itself is packaged as a jar and I plan to deploy it across multiple platforms eventually however right now i am only concerned about windows based systems. I have made an i

  • I keep getting a "waiting for printer to become available when trying to print on my Epson Photo Stylus 2400. It used to work.

    I'm trying to print a .psd image from Photoshop CS5 using my Epson Photo Stylus 2400 printer.  Yesterday, I downloaded a suggested upgrade and it hasn't worked since then. I used Time Machine and replaced the Epson utility with the old one. I then ge

  • Sending iPhotos in e-mail

    I am new in iPhoto....and I cannot send the photos as an attachment in my comcast.net account. I keep getting this message: This message could not be delivered and will remain in your Outbox until it can be delivered. This message could not be delive