Login Page Only One administrators appears

Hey Guys,
Recently purchase a macbook air OS X Yosemite, Processor 1.4 Ghz Intel core i5. Memory 4gb 1600 MHZ DDR3.
My girlfriend jumped the gun setting up herself before me as the administrators.
So I open up the MB air I login into her Account.
I go to System Pref>User and Group
I create a new acc for myself (as an administrator) set up everything I need too within ex, icloud, Find my mac, email etc.
After shutting down my mb, I will power up, but only Her icon will show, I have to log in to her acc.
Either Log her out (it goes to the start up page and my acc appears) or go to the Top right hand corner Click on her name and my acc will appear in the drop down bar to log into my acc.
Turning on my mb and having to log in to her is very frustrating I've e tried everything I can think of, I am hoping I am just missing something stupid.
Please help

If you've activated FileVault, only the users that were authorized to unlock the startup volume will appear in the pre-startup authentication dialog. Once the system has started up, all users will appear in the login dialog.
To authorize more users after the volume has been encrypted, select the FileVault tab in the Security & Privacy  preference pane. Click the lock icon in the lower left corner and authenticate to unlock the settings, if necessary. Click Enable Users...
You should only enable users whom you trust implicitly with all data on the system, not just their own data.

Similar Messages

  • Web garden - first time the page loads only one chart appears

    I have a page with 2 charts in a web garden(it's a sharepoint application).  The charts are created programmatically in the Page Load ethod of a custom webpart.  Originally we had issues with charts appearing and disappearing but I have changed
    the config setting to the following and both charts appear most of the time:
       <add key="ChartImageHandler" value="storage=file;timeout=20;dir=C:\inetpub\wwwroot\wss\VirtualDirectories\Myweb\uploadertemp\;" />
    The problem I'm having is that the first time a user views the page only one of the charts appears.  If i navigate away and return to the page both charts appear.  Is there and issue with my config settings that is causing this behaviour?
    Thanks
    Karen 

    The answer to this (after months of toying with settings and permissions) is not to user the chart control in a web garden.  I have seen the same issue multiple times on-line, with no concrete solution offered .
    My workaround is to save the chart to a memory stream and write it to the page as an image, not as a chart control:
    Chart chart = new Chart();
    //Add data and chart settings here........
    using (var chartStream = new MemoryStream())
    chart.SaveImage(chartStream, ChartImageFormat.Png);
    System.Web.UI.WebControls.Image chartImage =
    new System.Web.UI.WebControls.Image();
    chartImage.ImageUrl =
    "data:image/png;base64," + Convert.ToBase64String(chartImage.GetBuffer());
    chartParentControl.Controls.Add(chartImage);

  • How to enable https or SSL for login page only?

    Hi,
    My application is runnnin in iPlanet web server 4.1 version.
    how to make my login page only secured (SSL)?
    previously we have done https enable for the whole application. but client specifically wants for login page only, not for the whole application. how can i make SSL for login page only in iPlanet 4.1.
    I searched through iPlanet console, but i didn't get any option such.
    i found one more thing console,i.e., "encrypt on or off". if i put encrypt "on" means, it will be for the whole application? How can i make it for login page only.
    Do i need to do any code changes for that?
    i tried through web.xml security constraints tags, but it is not working and taking that file as we are doing everything in servlet.properties and rules.properties files.
    can anybody help me in this regard?
    Regards,
    Chandu

    You specify SSL in web.xml of your application. So, in that case other web applications in same server would not be affected.
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>myresources</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <user-data-constraint>
    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>Following link will help you to setup SSL in tomcat:
    [http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/|http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/]
    Thanks,
    Mrityunjoy

  • Entering login&password only one time?

    Hello,
    we have an appllication that is called from another by opening new brower window with URL http://..../pls/htmldb/f?p=107:1:::::P1_ID:12345
    The user is redirected to login page and after succesfully enter his login and password id redirected to page 1 and information obout object with ID 123456 are shown....
    My problem is that if another window is opened with URL say http://..../pls/htmldb/f?p=107:1:::::P1_ID:9999 the user needs to enter valid loginname and password again and new session is created. If I add the session id into URL
    then the session is reused and no login&password is needed.
    So the question : how can I make a user to enter login&password only once? Or how can i get the last session id that i should use in URL creation in my other appllication?
    Thanks for your help.

    Ivok - Your questions are perfectly reasonable. I didn't read your question carefully enough at first. You are right, you can't use &SESSION. in the URL itself. That substitution variable is for use during page rendering (during which time links are also rendered). In your case, you have a link on a page in application A that opens a popup window in application B. I assume application A is an APEX app (but maybe it isn't). If you don't have the session ID being used by app B, then the login page will be shown unless the page is a public page. So you might need a way for app A to get the current session ID from app B. Or you might be able to run both apps as one application in the same session. If you give us a little more detail about your specific requirements, we can go from there.
    Scott

  • How to add a picture to the login page only

    Hi,
    I'd like to add a picture to my login page (without changing the standard template).
    Can anyone tell me how to do this?
    Thanks.

    user 601980,
    Please, have a look here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/apex/f?p=107:7
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Custom pages - only one shows up on the summary page

    hello, i have two custom pages, one allows the user to pick the site location and the other allows the user to pick the computer model. when i launch the udi preview only the choices from one page are shown on the summary page? how can i fix this
    thank you.

    Hello,
    Thank you for your replay. Actually the page number is on the Page Foot. Is any one has the same problem ?
    Your input is grate appreciated !
    Lin

  • Only one method appears at a time in Eclipse

    A wierd setting that I don't like has been changed in Eclipse and I do not know what it is or how to reset it. When I double click on a file in the Package Explorer, that file opens in the editor and displays the entire file. But then, when I click on one of the method names in Package Explorer, only that method displays in the editor. The entire rest of the file is hidden. If I click on the class name, the entire file -- sans import statements -- is displayed. Worse, I cannot figure out how to get the entire file -- including the imports -- to display. I do not like this feature. How can I reset Eclipse to display the entire file and merely scroll to the correct method when I click on it? Thank you. -Jeff

    Click the button on the toolbar labelled 'Show source of selected element only'.

  • Black login screen, only the mouse appears.

    Hello guys,
    My problem is this,
    Windows does
    all the updates
    normally
    without any error
    during
    the process,
    but
    each time the
    system reboots
    the machine,
    Windows logo
    appears
    carrying
    the system
    and
    when
    it arrives at
    logon screen
    nothing pops up,
    only
    the mouse pointer
    and
    nothing more,
    the screen goes
    completely black,
    and
    the only way
    to make her
    appear
    is
    pressing
    the reset button
    of the machine and
    then
    reappear
    user logon
    options.
    After the
    last
    updates
    he doing
    it constantly,
    when I turn off
    the machine
    and
    turn it
    back on
    the logon screen
    is
    completely black.
    All drivers
    of the
    machine components
    are up to date,
    there is no shortage
    of
    memory,
    disk space
    and
    I couldn't
    solve the problem
    even
    having
    done
    a
    refresh
    in Setup.
    Waiting
    for your help,
    below
    is the
    basic description
    of the machine
    in question:
    Processor:
    AMD FX
    OctalCore-8320,
    4000
    MHz
    (20
    x
    200)
    Motherboard:
    Asus
    M5A99X
    Evo
    Memory:
    Corsair
    Vengeance
    4
    GB
    CMZ4GX3M1A1600C9
    x
    3pcs
    VGA:
    ATI
    Radeon
    HD
    4850
    (1
    GB)
    HDD:
    SAMSUNG
    HD161HJ
    ATA Device
    (160
    GB,
    7200
    RPM, SATA-II)
    for
    system
    HDD:
    WDC
    WD5000AAKX-001CA0
    ATA Device
    (500
    GB,
    7200
    RPM, SATA-III)
    for files.
    Thanks in
    advanced.
    Marcelo "Sushi" Zanatta

    Hi,
    I got the same phenomenon on my testing machine.
    Every time when finished update install, the logon screen won't load immediately, I usually tab on the keyboard along with the mouse to call the screen back.
    You may also try to use the Ctrl + Alt + Del and recheck this issue, the next time.
    This might be caused by the compatibility between the driver and the OS, you may submit this issue throug hWindows Feedback Tool, and wait for the new update.
    Best regards
    Michael Shao
    TechNet Community Support

  • Super slow login on only one LAN client

    Hello,
    I have a small LAN in my office. I have a gigabit router which connects to the rest of the world. Inside the router I have an imac with SL server, a 6 TB NAS, and 3 imac clients. All the devices pull their ip addresses from the router (i.e., 192.168.0.xxx).
    The SL sever is 192.168.0.100 and has dns name prg-main.prg.local. I am convinced DNS is properly working on all of the machines. I checked it by opening terminal and typing "host prg-main.prg.local" and "host 192.168.0.100". The correct response is provided by host, i.e., the ip and domain name are mapping onto each other.
    On imac one everything is perfect. All users can login no problem.
    On imac two everything is not perfect. User logins are extremely slow (3-5 minutes). Once the slow login period is over things more or less work OK.
    On the imacserver everything is not pefect. I can login as a local administrator adn administer the server, but if I try to locally login as a user from the OD server it also has the extremely slow login.
    All users in my group can login fast on imac one and slow on imac two, so this is not user specific.
    imact one and imac two have identical settings in the Network and Accounts panels of system configuration. Both have a green light next to the bound server under "login options" of accounts. Both have all recent system updates.
    I am at my wits end - does anyone have any suggestions about how to fix this? It just started about a week ago and has no apparent connection to anything I've done.

    Hi,
    Have a look in the system.log file for a IOkit timeout.
    I had a problem with my Imac from purchase, it turned out to be a problem with the firewire port.
    If there is a IOkit Timeout during boot-up, check to see if your system profile can seethe firewire port okay(no warnings).
    If there is a problem with firewire, you can disabling it by moving all the IOFire*.kext file out of the
    system/library/extentions folder.
    Hope this helps,
    Steve

  • I cannot get ipod to start, Logo for power is the only one that appears but it will not recharge either by using pC or dock. I have used two different connecting wires but no difference in response

    I cannot get Ipod to start. The only logo that comes up is the power needed but in spite of connecting the ipod to PC and using two different connection leads the ipod does not respond. I also tried to power it using a i station 7 but no difference. I tried all the usual pressing of both menu and play buttons. Is it fixable?

    Thanks for your tip. I tried leaving the ipod in the I -Station  7 overnight and then reconnected it to my PC> It asked if i wanted to reset to factory settings. I did this and then the Apple logo came back on .After that a very sad looking logo of an ipod came on with  www.apple.com/support/ipod underneath. I feel that either burial or cremation is my option now for this old ipod.

  • Copy/Paste Clip between Sequences - Only one frame appears?

    Hi all. A strange thing has started happening in FCP 7...not always but frequently. When I have two sequences open, I go to the first sequence and copy a clip. I go to the second and paste the clip and it shows up as very thin (one frame). I can then drag the end of it to make it longer but why doesn't it just paste the same length that it was copied?
    Thanks for any help.
    ~shiva

    Do you have any In and Out points marked in the timeline? When you do the copy function what area is highlighted in the timeline or selected?

  • I get two tabs with my identical home page every time I open Firefox. How do I "unpin" one of them so that only one tab is populated when I open Firefox?

    When I installed Firefox I inadvertently responded "yes" when asked if I wanted to "pin" my home page to the browser. l also designated that page (my Juno page) as my home page. So now whenever I open Firefox, two tabs appear with my identical home page. How do I fix it so that only one tab appears when I open Firefox?

    Its not my home page, Like I said, I hae my home page also come up in a different tab (google) I also get the welcome to FF4 on a seperate tab. My home page is set to google. But I dont want the welcome screen to pop up

  • Only One Photo in a Shared Photo Stream is Displayed

    I have a persistent yet simple problem with iCloud Shared Photo Streams.  Either when I am sent an invitation for a Shared Photo Stream or create one myself the Shared PS properly appears in the iPhoto Photo Stream window and when I hover over the icon the correct number of photos contained is shown.  If I double-click to open the window ONLY one photo appears - always the first photo in the stream.  I am never able to view the whole content of the stream on my iMac - although the streams appear correctly on my iPad, my iPhone, another iMac and on the machines of friends I send stream invites to.  I have tried many things:  quit iPhoto and restart, restart the machine, delete all iLife prefs in the Library, delete iLifeAssetManagement in Library>Application Support, change Libraries, started from a different User, updated iPhoto several times, a complete restore and reinstall of the OS, saying prayers to the iLife gods and crossing my fingers.  None of this has helped.  It seems clear to me that my problem is not with my iMac, nor with my OS, nor really with iPhoto itself - but involves the interaction of iPhoto library files with iCloud.  Having said that, I have no idea how to proceed next.  Any thought would be welcome.

    Thanks for the thought, Larry - but I have turned off all iCloud on all devices and - oops, but wait.  I've done that - but I haven't then rebooted them all.  I'll try that tomorrow morning.  In the meantime, here's one more small clue.  When this first happens I get a crash file in ~Library/Preferences named com.apple.iLifeAssetManagdement.crash.plist.  It's too cryptic for me but it says:  
    bplist00“_AssetManagmentCrashDetailsKey_AssetManagmentCrashCheckerKey°’
    _&AssetManagementAgentProcessInfoDateKey_3AssetManagementAgentProcessInfoProcess IdentifierKey_0AssetManagementAgentProcessInfoSupportsDeleteKey_7AssetManagement AgentProcessInfoSupportsSharedStreamsKey_0AssetManagementAgentProcessInfoExecuta blePathKey3A∑Ëô¿U∞y—                    _i/Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAge nt.app/Contents/MacOS/PhotoStreamAgent÷_&AssetManagementAgentProcessInfoDateKey_ 3AssetManagementAgentProcessInfoProcessIdentifierKey_0AssetManagementAgentProces sInfoSupportsDeleteKey_<AssetManagementAgentProcessInfoSupportsSharedStreamsVide oKey_7AssetManagementAgentProcessInfoSupportsSharedStreamsKey_0AssetManagementAg entProcessInfoExecutablePathKey3A∏Ü“@Ôx          î                              _i/Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStre amAgent.app/Contents/MacOS/PhotoStreamAgent
    π

  • Help with Preferences... fresh install of 3.01, but only one preference?

    If I click on Soundtrack Pro > Preferences, only one option appears in the pop-up window: 'Video Out'. Same result when typing 'Cmd-,'. This is a new install of STP 3.01. Any idea what I'm doing wrong?

    Apparently the 'Preference' file was scrambled. Deleted it and all is well.

  • WLAN Guest Acces login Page Http vs Https

    Hello,
    today i had made some Tests with the Guest Access Feature on an WLC 4402 Release 4.2.
    During the Test i have noticed that the Login Page only opens when i use a http Adress. By using a https Adress the login Page was not shown. Is this a normal behavior?
    Thank you and best Regards

    It might be that you have http:// enabled for admin access to your controller. Make the admin access https:// only, and your guest web auth page will also be https://

Maybe you are looking for