How do i Set password for Facebook, mail, messages in iPad

I have young children that play on my iPad. I want to restrict their access to my mail, messages and Facebook.
Anyone, please help!

Settings> General> Restrictions
Online iOS 5 / iPad user interface guide:  http://help.apple.com/ipad/5/interface/
http://help.apple.com/ipad/5/interface/Online, downloadable PDF iOS / iPad user guide:  http://manuals.info.apple.com/en_US/ipad_user_guide.pdf
http://manuals.info.apple.com/en_US/ipad_user_guide.pdfOr you can download the free iOS 5 / iPad user guide from iBooks.

Similar Messages

  • HT201304 How do I set password for all in app purchases?

    How do I set password for all in app purchases? xx

    In-App purchases cannot be made without entering your iTunes store account password.

  • How can i set password for a backup?

    ::I am using 10g xe
    I am gettin gbackup through RMAN, how can i set password for each backup? I want to protect my backup so that no one other could use it if he copies the backup files.
    Faheem

    Just use "SET ENCRYPTION ON IDENTIFIED BY password ONLY" command in your RMAN scripts. Look at the advanced backup manual for details: http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmbackp006.htm#sthref632
    Daniel

  • How do i set password for one folder ?

    my mobile is nokia e51 , how do i set password for my personal folder ?
    Message Edited by shajeer on 25-Jun-2008 08:21 PM

    how do i use Advanced Device Locks to password-protect the gallery, or individual applications. ? thank u ...
    Message Edited by shajeer on 26-Jun-2008 08:00 AM

  • HT1338 How can i set password for my folder?

    How can i set a password for my folder?

    Mac OS X does not natively include a method for passwording only selected folders. You can either get a third-party utility such as Knox (from AgileBits) or you can create an encrypted disk image (using Disk Utilty) and keep the files you wish protected in that disk image.
    Regards.

  • How do I set size for Facebook export?

    I was recently contacted by a potential client regarding some images from an event I covered.  I had loaded some images to Facebook using the Facebook loader button, thus creating an album online.  I went to look at the album, and it allowed me to download the image.  The image size far exceeded the resolution I place on the web (2048 x 13xx) and would allow a client to simply download the image and print the image (5.6" x 8.5" @240dpi) as often as they want.
    I'd like to set the uploaded size to 600 x 400 pixels, in order to limit the size image that can be downloaded and printed.  How do I go about this, or do I simply have to export to a folder, THEN upload from the folder to Facebook?

    See:
    https://discussions.apple.com/message/15135282#15135282
    I believe Aperture is automatically resizing the uploads for Facebook to stay within specs, going through an optimization procedure.  That procedure may be more focused on file size via the compression setting, so the number of pixels may not be as altered as you may expect or desire.  I don't know any control that you can exercise via the Share command.  Nothing other than exporting first to a folder.
    Ernie

  • How can I set password for email access to prevent other from reading my mails?

    If i go to settings and erase my password that wont work. What can I do?

    Either access it via web mail only where you'll have to enter user name and password every time, or put the passcode lock on your ipad itself, locking down the whole device

  • I have never set up keychain, as I do not use the apple email. How do I set passwords for keychain? I am in an endless circle

    I have never set up keychain, as  do not use apple mail. It is driving me crazy. It interrupts everything I try to do every 3 or 4 seconds. I want it off my computer absolutely and forever. How???? PLease>

    This article has some helpful information, but it reads like it was written by the crypo guys (a bit terse and mathematical, but correct).
    OS X Mountain Lion: About your keychain password
    It comes down to this:
    If your keychain gets messed up, Launch Keychain access and try to repair. The important keychain that tracks with your username is "Login".
    If you can't get anywhere with that, just discard the locked keychain and everything in it and slowly, over time, build up a new one on an as-needed basis.

  • How can i set password for my n8?

    I'm sure it's easy but i didn't know how....can you also tell me how can set my picture to be save on the Mass storage .....
    Thank you
    Solved!
    Go to Solution.

     The default saving location is the Mass storage of the phone, however as Aspergerguy said if you have a micro sd card installed you can choose that as default saving location.
     There is a downloadable app called MazeLock where you need to draw a pattern on the screen to unlock the phone. If you like that sort of thing you can download it from HERE.
     I did use it for a bit, but found it annoying to unlock the phone every time I wanted to use it.
    Cheers.
    Ray

  • Set password for nokia 5320

    how do i set password for nokia 5320

    The term "password" is pretty vague. What exactly do you mean and what are you trying to protect with this password?
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • I need to change my password for outgoing mail server but it won't let me

    I Need to change my password for outgoing mail server on iPad 2 but it won't let me change it. I can't send out mail

    I assume that you mean that the setting is grayed out and that is what "it won't let me" means. Have you tried selecting another SMTP server of you have another one available in the settings?

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • How to set password for photos from home screen? Please help.

    Hi,
    Can anyone pls help to set password for my Iphone 4s.
    My friends/family often use my phone for gaming purpose. I don't want them to see my photos/gallery/videos.
    How can I protect my personal things from others?
    Thnx.
    Rgds.

    There is no way to set a password for photos. You could upload all of your photos to something like DropBox, then sign out of the app. Or, you could only let people you trust to respect your privacy touch your phone.

  • How to set  password for BPEL domain

    Hi,
    I am new to SOA.
    I want to setup client-server environment for few developers.
    I installed SOA 10.1.3.3 in the server machine.
    And I created few domains in BPEL, one for each developer.
    It didn't ask me to set the password while creation of the domain.
    Please let me know how to set password for newly created domain so that each developer login to his/her own domain and manage processes.
    Thanks!!!

    Thanks for the prompt response.
    What roles should I give to my developers to allow them to manage their services in ESB control, BPEL control, WSM control.
    And I would like to know how to set the password for a BPEL domain too.
    Message was edited by:
    user644377

  • How to set password for a zip file?

    I am able to add files to a zip file using java.util.zip.ZipOutputStream. I'd like to set password for the generated zip file, but could not find any relevant API in JDK doc.
    How to do that in Java? Maybe using a third party library?
    Any suggestions are welcome.
    Thanks.

    Thanks bro, I am looking at the Zip4J :) one of its feature is "Read/Write password protected Zip files" :)

Maybe you are looking for

  • Fully automated Outlook 2013 with Exchange 2010 client setup

    Hi, I'm trying to create a situation where a user fires up Outlook 2013 for the first time and the Exchange account is configured for them without any intervention whatsoever. I currently have it that when a user opens Outlook, they see the "Welcome

  • Love the X2 except for 3 main issues which I need help or clarification with

    Hi Everyone, I have pretty much copied and pasted my post from the Motorola forums (with a few minor edits) over here as I do need a little bit of help or insight on my issue. I have scoured through the Droid X section trying to find solutions to my

  • Oracle 11g 64 bit on Linux - Restore failure in production database

    Hi guru, We used to take full hot backup with the help of BackupExec of Symantec in our production database.We have two different oracle database (not cluster). We defined same policy for both .We defined schedule on Symantec to take full hot backup

  • Support Packs in Solution manager

    Hi, I have a query, when I am going to select patches through maintenance optimizer for solution manager I can see the source and target stack level at SMP and when I am putting the source stack(17) and the target stack as latest, solution manager 7.

  • Strange problem...has anyone seen this?

    Hi, my iPod 5G video is behaving strangely... after not using it for a few days, it will ask me to use iTunes to restore the iPod when I try to turn it on. Then I reset the iPod by holding Menu+center button. After a brief moment everything in the iP