How to assign "Password Reset AuthN Workflow" to "authNWFRegistered"

I'm finding a way to assign "Password Reset AuthN Workflow" to all users' "AuthN workflow Registered" attribute. I know we can do it with auto register ps script.  I'm thinking but is there way to configure inbound sync rule to assign
"Password Reset AuthN Workflow" to reference (DN) "authNWFRegistered" attribute?
Jason

You can find the powershell WF activity here: https://fimpowershellwf.codeplex.com/
Once you install the workflow activity you could do something along these lines:
- Create an action workflow that uses the powershell activity, put your script in there to register the user for SSPR
- Create a set that can identify users that are in AD. (Criteria being something like ObjectSid Is Present) 
- Create a transition in MPR that is triggered when your user enters the set, fire the initial WF 

Similar Messages

  • How to assign tasks in Approval Workflow to a set of users selected from a Lookup table

    Hi all,
    I am new to Project Server and I am using Project Server 2013 On premises deployement. Please help me on how to achieve the below scenario:
    I have a requirement where, the initial PDP will have 2 fields (Reviewers and Approvers), wherein the engineer himself will select who the reviewer and approver from the Lookup tables.
    Now I have to start task process with these selected people for approval.
    Say for example , engineer has selected Alice and Bob as 2 reviewers, then
    In the workflow I have :
                 Start Task process with
    Project Data: Reviewers (which is giving error as
    [System.ArgumentException: AssignedTo at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager
    bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation) ]
    Then I tried logging the value of Project Data: Reviewers, It logged the value as Alice, Bob (which looks pretty good),
    Then I tried assigning only 1 person as Reviewer, then also I get the same error.
    So can anybody please tell me where I went wrong. Is it not possible to fetch the data from the values selected as Project Data from the Lookup tables ? If not then what is the workaround I can use to achieve this ?
    Thanks,
    Shanky

    Hi Paul,
    Yes I am using SP designer for Workflows. And yes, You were right, there was a mismatch in the names of AD account and the Lookup table, now with 1 person selected from the lookup table it is assigning the task properly. However with multiple selection,
    it is failing.
    As Robert mentioned, the fetched value is a text as "Alice, Bob", which makes 2 usernames as a single text. So when I try to assign a task to this group, which returns value as "Alice, Bob", workflow fails to find such AD user, as it
    is an invalid value.
    So is there any way I can seperate this out to form 2 different username ? I checked for string extraction function in th Workflow, but nothing helped me for this scenario.
    Any input will be helpful.
    Thanks,
    Shanky

  • AD User Password Reset Using Orchestrator?

    Hello Everyone,
    Please suggest me, how to make password reset orchestrator run book.
    Regards
    Sheetla Maurya

    Hi Anders
    Thanks for response
    I already flow this process, but password reset automation not work.
    If you have other link or export run book, so please share with me.
    Regards
    Sheetla Maurya

  • Reset Password Notify altered workflow

    Im trying to alter the Reset User Password workflow to include an email to the user with the new password, however i am having difficulties referencing the variables that contains the new password and the userview in general... Any ideas how to reference correctly would be highly appriciated.
    What i am interested in is the accountId aswell as the new password. My email template contains a whole bunch of tests where non really work... sigh
    The code is below... email template and workflow.
    Template
    =======
    <!--  MemberObjectGroups="#ID#All" name="Reset User Password"-->
    <EmailTemplate name='Reset User Password' createDate='1118729448132' smtpHost='mail.companyXYZ.com' fromAddress='[email protected]'>
      <Comments>&#xA;    Email sent after provisioning has been performed to users that&#xA;    have been registered as "listeners" for an object.&#xA;  </Comments>
      <Variable name='email' value='$(accountId.email)' input='true'/>
      <Variable name='password'/>
      <subject>Password reset occured for $(accountId).</subject>
      <body>Password for $(user.waveset.accountId) have been reset to: $(password)&#xA;&#xA;user: $(waveset.accountId)&#xA;user: $(view.waveset.accountId)&#xA;user: $(user.waveset.accountId)&#xA;user: $(email)&#xA;user: $(waveset.email)&#xA;user: $(user.waveset.email)&#xA;user: $(view.waveset.email)&#xA;&#xA;toAddress: $(toAddress)</body>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='Account Creation Notification'/>
      </Properties>
    </EmailTemplate>Workflow
    =======
    <!--  MemberObjectGroups="#ID#Top" authType="PasswordAdminTask" createDate="Wed Mar 30 11:25:27 CEST 2005" id="#ID#5E148460CA532802:F346DC:102F2C75CB5:-7FCD" name="Reset User Password" taskType="Workflow" visibility="invisible"-->
    <TaskDefinition authType='PasswordAdminTask' id='#ID#5E148460CA532802:F346DC:102F2C75CB5:-7FCD' name='Reset User Password' createDate='1112174727974' lastModifier='Configurator' lastModDate='1117521253514' lastMod='244' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='invisible' progressInterval='0'>
      <Extension>
        <WFProcess name='Reset User Password' title='Reset Password Workflow' maxSteps='0'>
          <Comments>Process launched indirectly by the ResetPassword view.&#xA;        The new passwords have already been stored in the WSUser object,&#xA;        all we need to do here is reprovision.</Comments>
          <Variable name='view' input='true'>
            <Comments>&#xA;          An uncommitted ResetUserPassword view.  This will be passed if the&#xA;          "DeferCommit" option was used when creating the view.&#xA;          The user object in the repository will not be updated&#xA;          when the view is checked in, the workflow receives the view&#xA;          and must call the commitView service.&#xA;        </Comments>
          </Variable>
          <Variable name='options' input='true'>
            <Comments>&#xA;          The GenericObject representation of a ProvisioningOptions object.&#xA;          This may contain complex options for the provisioner.&#xA;&#x9;</Comments>
          </Variable>
          <Variable name='accountId' input='true'>
            <Comments>The name of the Lighthouse user to reprovision.</Comments>
          </Variable>
          <Activity id='0' name='start'>
            <Transition to='Commit'>
              <ref>view</ref>
            </Transition>
            <Transition to='Reprovision'/>
            <WorkflowEditor x='43' y='10'/>
          </Activity>
          <Activity id='1' name='Commit'>
            <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='commitView'/>
              <Argument name='view' value='$(view)'/>
            </Action>
            <Transition to='Reprovision'/>
            <WorkflowEditor x='162' y='128'/>
          </Activity>
          <Activity id='2' name='Reprovision'>
            <Comments>&#xA;          Since passwords have all been stored in the WSUser&#xA;          object, all we have to do here is reprovision.&#xA;        </Comments>
            <Action id='0' process='Provision'>
              <Argument name='op' value='reProvision'/>
            </Action>
            <Transition to='email user'/>
            <WorkflowEditor x='203' y='47'/>
          </Activity>
          <Activity id='3' name='email user'>
            <Action id='0' application='com.waveset.provision.WorkflowServices'>
              <Argument name='op' value='notify'/>
              <Argument name='template' value='Reset User Password'/>
              <Argument name='toAddress' value='$(accountId.email)'/>
              <Argument name='accountId' value='$(accountId)'/>
            </Action>
            <Transition to='end'/>
            <WorkflowEditor x='293' y='25'/>
          </Activity>
          <Activity id='4' name='end'>
            <WorkflowEditor x='447' y='35'/>
          </Activity>
        </WFProcess>
      </Extension>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='Reset User Password'/>
      </Properties>
    </TaskDefinition>

    Problem solved!
    Finished code for everyone who wants...
    Workflow
    =======
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE TaskDefinition PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!--  MemberObjectGroups="#ID#Top" authType="PasswordAdminTask" createDate="Wed Mar 30 11:25:27 CEST 2005" id="#ID#5E148460CA532802:F346DC:102F2C75CB5:-7FCD" name="Reset User Password" taskType="Workflow" visibility="invisible"-->
    <TaskDefinition authType='PasswordAdminTask' id='#ID#5E148460CA532802:F346DC:102F2C75CB5:-7FCD' name='Reset User Password' createDate='1112174727974' lastModifier='Configurator' lastModDate='1117521253514' lastMod='244' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='invisible' progressInterval='0'>
      <Extension>
        <WFProcess name='Reset User Password' title='Reset Password Workflow' maxSteps='0'>
          <Comments>Process launched indirectly by the ResetPassword view.&#xA;    The new passwords have already been stored in the WSUser object,&#xA; all we need to do here is reprovision.</Comments>
          <Variable name='password' value='xxx/>
          <Variable name='user' input='true'>
            <Comments>&#xA;      A user view.  This is required.&#xA;    </Comments>      </Variable>
          <Variable name='view' input='true'>
            <Comments>&#xA;          An uncommitted ResetUserPassword view.  This will be passed if the&#xA;          "DeferCommit" option was used when creating the view.&#xA;          The user object in the repository will not be updated&#xA;          when the view is checked in, the workflow receives the view&#xA;     and must call the commitView service.&#xA;        </Comments>
          </Variable>
          <Variable name='options' input='true'>
            <Comments>&#xA;          The GenericObject representation of a ProvisioningOptions object.&#xA;          This may contain complex options for the provisioner.&#xA;&#x9;</Comments>
          </Variable>
          <Variable name='accountId' input='true'>
            <Comments>The name of the Lighthouse user to reprovision.</Comments>
          </Variable>
          <Activity id='0' name='start'>
            <Transition to='Commit'>
              <ref>view</ref>
            </Transition>
            <Transition to='Reprovision'/>
            <WorkflowEditor x='43' y='10'/>
          </Activity>
          <Activity id='1' name='Commit'>
            <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='commitView'/>
              <Argument name='view' value='$(view)'/>
            </Action>
            <Transition to='Reprovision'/>
            <WorkflowEditor x='30' y='298'/>
          </Activity>
          <Activity id='2' name='Reprovision'>
            <Comments>&#xA;          Since passwords have all been stored in the WSUser&#xA;          object, all we have to do here is reprovision.&#xA;        </Comments>
            <Action id='0' process='Provision'>
              <Argument name='op' value='reProvision'/>
            </Action>
            <Transition to='Get View'/>
            <WorkflowEditor x='102' y='197'/>
          </Activity>
          <Activity id='4' name='Get View'>
            <Comments>Get a read-only view.</Comments>
            <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='getView'/>
              <Argument name='type' value='User'/>
              <Argument name='id' value='$(accountId)'/>
            </Action>
            <Action id='-1'>
              <expression>
                <set name='password'>
                  <invoke name='decryptToString'>
                    <ref>view.waveset.password</ref>
                  </invoke>
                </set>
              </expression>
            </Action>
            <Transition to='email user'/>
            <WorkflowEditor x='183' y='118'/>
          </Activity>
          <Activity id='3' name='email user'>
            <Action id='0' application='com.waveset.provision.WorkflowServices'>
              <Argument name='op' value='notify'/>
              <Argument name='template' value='Reset User Password'/>
              <Argument name='toAddress' value='$(accountId.email)'/>
              <Argument name='accountId' value='$(accountId)'/>
              <Argument name='password' value='$(password)'/>
            </Action>
            <Transition to='end'/>
            <WorkflowEditor x='253' y='170'/>
          </Activity>
          <Activity id='5' name='end'>
            <WorkflowEditor x='263' y='291'/>
          </Activity>
        </WFProcess>
      </Extension>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='Reset User Password'/>
      </Properties>
    </TaskDefinition>Email Template
    ============
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE EmailTemplate PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!--  MemberObjectGroups="#ID#All" id="#ID#5E148460CA532802:17E7691:104797B32D3:-7FFB" name="Reset User Password"-->
    <EmailTemplate id='#ID#5E148460CA532802:17E7691:104797B32D3:-7FFB' name='Reset User Password' creator='Configurator' createDate='1118744962636' lastMod='28' smtpHost='localhost' fromAddress='idm@companyXYZ' htmlEnabled='true'>
      <Comments>&#xA;    Email sent after provisioning has been performed to users that&#xA;    have been registered as "listeners" for an object.&#xA;  </Comments>  <subject>New Password for $(view.waveset.accountId)</subject>
      <body>Password: $(password)</body>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='Reset User Password'/>
      </Properties>
    </EmailTemplate>

  • HT201303 Random Apple id password resets - how to stop this?

    A couple of months ago I started getting emails from Apple titled "How to reset your Apple Id password" and then more worryingly "Your Apple Id password has been reset".  This happened several times over the next few days and I know this was not done by accident from me or my family because it was happening during the night UK time.  I reported to Apple support and they were no help, in fact they deactivated my account until I told them to reactivate it again!
    To me it seems like someone (or some system) is triggering the password reset online when trying to access my account.
    After reporting it to Apple it stopped for a couple of months - now it started again!  Several random resets during the night and day when I know no-one could be doing this from one of my devices.
    Has this happened to anyone else?  Any good ideas how to stop it?  Any way to disable email authentication on the password reset and restrict to only the personal data questions?

    Hi marky_mark_uk,
    Two-step verification might be a good idea for you if you're seeing a lot of password reset issues you did not initiate:
    Apple ID: Frequently asked questions about two-step verification for Apple ID
    http://support.apple.com/kb/ht5570
    Cheers!
    - Ari

  • How to Delete and Reset a Lost Root Password on a System With a Mirrored ??

    hi All,
    we are experiencing problem,lost root password on Solaris 10 Sparc T5120, with mirror root,
    and we found the solution from Metalink.oracle.com, has anyone have try this??
    here list capture the file system :
    Filesystem size used avail capacity Mounted on
    */dev/md/dsk/d10 2.0G 349M 1.6G 18% /*
    */dev/md/dsk/d40 9.8G 563M 9.2G 6% /usr*
    */dev/md/dsk/d30 9.8G 1.4G 8.4G 15% /var*
    */dev/md/dsk/d50 7.9G 310M 7.5G 4% /opt*
    */dev/md/dsk/d600 3.8G 4.3M 3.8G 1% /home*
    */dev/md/dsk/d602 471M 20M 404M 5% /app/controlm*
    */dev/md/dsk/d601 471M 251M 173M 60% /app/ctsa*
    */dev/md/dsk/d604 4.9G 1.1G 3.8G 23% /app/oramon*
    */dev/md/dsk/d603 20G 11G 8.2G 58% /app/oracle*
    */dev/md/dsk/d606 39G 10.0G 29G 26% /proj/iprdb01/orafra/iprod01p*
    here the step :
    Solstice DiskSuite[TM] Software: How to Delete and Reset a Lost Root Password on a System With a Mirrored Root Disk [ID 1010755.1]
    Solution
    Steps to Follow
    How to delete and reset a lost root password on a system with a mirrored root disk.
    1) Insert the Solaris[TM] Operating System CD-ROM into the CD-ROM drive.
    2) Once the CD-ROM is in the drive, perform a stop-a. This brings the system down to the "ok" prompt.
    3) From the "ok" prompt, perform a single-user boot from the Solaris OS CD-ROM.
    ok boot cdrom -s4) At the "#" prompt, determine which disk is the system's boot disk (containing the root file system). There are several Oracle architectures and various configurations of systems when it concerns a boot disk. As a general rule, most boot disks are attached to controller 0 (c0). Usually, their SCSI target is
    either 3 (t3) or 0 (t0). However, Oracle machines are very flexible, and the boot disk could be at a different location. If you are not sure which disk is your boot disk, perform the following steps to determine the location of the boot device:
    a) # eeprom boot-device
    The output might appear to be simple, such as "disk" or "disk1" or more complicated, such as a pathname "/iommu/sbus/espdma@4,8400000/...../sd@3,0:a".
    b) Make note of the boot-device. If the boot-device is a pathname, it is beyond the scope of this information to provide the location of the customized boot disk. However, for most configurations,
    finding the customized boot disk is an easy task. The "Format" command shows all available disks:
    #format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    (enter its number): c) Enter d to exit format.
    Now, you will have an idea what disks are on the system. Therefore, if the boot-device is "disk" and format shows "c0t0d0" (on some systems "c0t3d0") then that is the boot device. If boot-device
    shows "disk1" and format shows "c0t1d0," then that is the boot device. If format shows multiple disks, then based on what the "eeprom boot-device" command shows, the system's boot disk would be:
    boot-device format
    disk c0t0d0 or c0t3d0 (machine dependent)
    disk1 c1t0d0
    disk2 c0t2d0
    disk3 c0t3d0 or c0t0d0 (machine dependent)
    and so on ....
    5) Because the system was not brought down gracefully (no root password means having to use the Stop-a keystroke to "crash" the system), you need to run "fsck" to clean the root partition (slice). The fsckalso confirms that you selected the proper slice.
    # fsck /dev/rdsk/c1t0d0s0
    where the X and Y are determined by the previous procedure. It is also possible to have a root partition which is not on slice 0 (s0), but, again, that is not a standard configuration.
    The output of "fsck" looks like this:
    ** /dev/rdsk/c1t0d0s0
    ** last mounted on /
    ** Phase 1 .....
    The second line in the output of "fsck" ("** Last mounted on /") confirms that this is the correct root filesystem partition. Answer "y" to any questions fsck asks. There shouldn't be too many items
    needing repair. If there are, there is a possibility of a corrupted root filesystem. After fsck is finished, mount the root partition:
    # mount /dev/dsk/c1t0d0s0 /a
    Again, X and Y are the same as for the fsck command.
    For example:
    # mount /dev/dsk/c1t0d0s0 /a
    6) From the root prompt, set the proper TERM type command (such as vt100, dtterm, sun, and so on)
    by entering this command:
    # TERM=sun; export TERM
    7) Use the VI text editor to edit the /etc/shadow file:
    # vi /a/etc/shadow
    8) The first line of the /etc/shadow file is the one you want to modify.
    It looks like this:
    root:c3.yAVmYodWsc:6445::::::
    9) Delete every character between the first and second colons in the first line of the file. When you finish deleting the characters, the line should look like this:
    root::6445::::::
    10) Press the Escape key, then enter the following to save the file and exit vi:
    :wq!
    11) Use the VI text editor to edit the /etc/system file andremove the "rootdev" line shown below:
    # vi /a/etc/system
    *rootdev:/pseudo/md@0:0,0,blk
    Don't comment out the "rootdev" line. Actually remove it.
    12) In the /a/etc/vfstab file, replace the lines for the system filesystem meta-devices with their underlying partitions. For example, change lines from
    /dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
    to
    /dev/dsk/c1t0d0s0 /dev/rdsk/c1t0d0s0 / ufs 1 no -
    ONLY change the lines for root (/) and the filesystems that were affected by the actions you took in step 1 of this procedure. All other metadevices may stay as is in this file.
    13) Unmount root, check the root filesystem, and then stop the system:
    # cd /
    # umount /a
    # fsck /dev/rdsk/c1t0d0s0
    # stop-a
    14) Boot to single-user mode:
    ok boot -swTHIS STEP IS VERY IMPORTANT; YOU MUST BOOT TO SINGLE-USER MODE TO AVOID FILESYSTEM CORRUPTION.
    If the system does not boot to single user mode, you might have made a mistake in the previous steps.
    15) Because the root password was cleared in an earlier step, press Return when prompted for the the root password. Once you are in single-user mode, you must clear the metamirrors and all the sub-mirrors for the root filesystem. For example, if root (/) is d0, run the following command:
    # metaclear -f -r d0
    Running the metaclear command not only clears the metamirror but also clears the submirrors that are part of this mirror.
    16) When the metamirror is cleared, continue the boot up to multiuser mode by either pressing CTRL-D or by entering the following:
    # exit
    Now everything should be as it was, except that the system partition is on the underlying partition and isn't mirrored. You will simply need to re-create the metadevices for the root mirror as you had originally.
    many thanks

    Hi,
    Halt your machine.
    Boot with fail-safe mode.
    format and list out the disks. (You can get the root & mirror disk (c#t#d#) details from /etc/lvm/md.tab of your root or mirror disk. Earlier explorer output may help)
    Mount the root disk and remove the password entry in /etc/shadow
    umount it.
    Mount the mirror disk and remove the password entry in /etc/shadow
    umount it.
    reboot the server.
    Hope this helps!

  • What can I do? I've forgotten my password and dont remember the answers to my sercurity questions, and no longer have access to the email account i used for backup. How do I get my icloud password reset?

    What can I do? I've forgotten my password and dont remember the answers to my sercurity questions, and no longer have access to the email account i used for backup. How do I get my icloud password reset? Please help. Thanks in advance.

    Please see Kappy's User Tip here:
    https://discussions.apple.com/docs/DOC-4551

  • HT1766 Hi I am trying to restore my iphone from the itunes back up and it is asking me for a password, I don't ever remember putting a password in. how do i get the password reset?

    Hi I am trying to restore my iphone from the itunes back and  it is asking me for a password, I don't ever remember putting a password in. how do i get the password reset?

    Marrtin S wrote:
    Hi I am trying to restore my iphone from the itunes back and  it is asking me for a password, I don't ever remember putting a password in. how do i get the password reset?
    You can't get it reset; if you could there would be no point in having it. If you have an encrypted backup there are two ways this could have happened:
    You checked "Encrypt Backup" in iTunes at some time in the past, either intentionally or by accident
    You have a corporate MS Exchange account and your Exchange administrator installed a security profile on your phone that requires the phone'a contents to be encrypted. This, in turn, requires the backup to be encrypted for obvious reasons.
    In either case you were prompted for a password the first time you backed up after whichever of these happened. So think about what you might have entered for a password at that time. Fortunately you get an unlimited number of tries. Other threads on this subject have shown that it is always a password known to the user, so it wasn't something made up by iTunes. Also, everyone who has figured it out has found it to be a different password type, so try your Apple ID password, your computer's login password, your WiFi password, your corporate domain password, etc. And try passwords that may have been changed since your first backup. As a last resort there is a professional password cracker available, but it isn't cheap - it's targeted at the law enforcement market - from Elcomsoft. There are also some scam password crackers available that don't actually work and possibly steal your information. It's likely that a developer of one or more of these will post a response with a link (possibly hidden) to their "product". So before clicking any links you might want to install the Web of Trust plugin that keeps track of scam sites and warns you. http://www.mywot.com.

  • How do i reset my mac completely? I have parental controls and cant seem to get to time machine cause i bought the computer with parental controls on it and they did not have the password. How do i completely reset my macbook pro?

    how do i reset my mac completely? I have parental controls and cant seem to get to time machine cause i bought the computer with parental controls on it and they did not have the password. How do i completely reset my macbook pro?

    If you have a rescue email address (which is not the same thing as an alternate email address) on your account then the steps on this page will give you a reset link on your account : http://support.apple.com/kb/HT6170
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps on this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5620
    Or, if it's available in your country, you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • How to install OS/reset password without optical drive?

    I was given a white G3 recently, 900 MHz 1 GB of RAM, pretty decent for as old as it is, only problem is that it doesn't have an optical drive. All of the user accounts have passwords and I can't use a disc to do a clean install or reset passwords. Any clue on how to do do anything without a disc? The closest thing I have to an external optical drive is an IDE drive with an IDE to USB adapter, but it doesn't recognize that on boot. I have an external hard drive if I can somehow mount an image on that. Any help would be appreciated. Thanks.

    How to share cd/dvd:
    http://reviews.cnet.com/8301-13727_7-10427176-263.html
    & on the computer with the cd/dvd:
    http://support.apple.com/kb/HT1777?viewlocale=en_US
    Change Password
    Mac OS X:
    Changing or resetting an account password via GUI:
    Resetting a user's password
    Resetting the original administrator account password
    http://docs.info.apple.com/article.html?artnum=106156
    You do not have a CD/DVD
    Changing password from single user mode:
    You can also change the administrator's password from single user mode or create a new administrator account.
    You need to get into single use mode for steps one and two that are listed below.
    This page will tell you how to get into single user mode.
    http://support.apple.com/kb/HT1492
    Basically, you hold down the command-s key then powering on your machine. The command key has a little apple symbol on the lower left. It is between the alt/option key and the space bar. On a PC keyboard, it will be the windows key, I think.
    1) You can change the password on an account. ( Do you know Unix. You are in a Unix single user console. ) The setup commands you need should be listed on the screen. For Mac OS 10.4.11, the commands are:
    # Type the follow two instructions to access the startup disk in read/write:
    /sbin/fsck -fy
    /sbin/mount -uw /
    # Start up some utility processes that are needed.
    sh /etc/rc
    # You will probably need to press the return key once the system stops typing.
    # To find out the users on the system type, use the list command. The l is a lower case L:
    ls /Users
    # One of these accounts will be the administrator.
    # Pick one of the users which I'll call a-user-name and type it in this command:
    passwd a-user-name
    # and enter the new user password. You need six characters.
    # You will need to enter your password twice. Your typing will not show up on the screen just
    # press enter when you complete the typing.
    # For cryptic information on these commands try:
    man ls
    man passwd
    The root account isn't enabled by default. I am not sure if changing the password on root will enable it.
    2) Get the Mac to set up an additional administrative account. You can then change the password on your old account.
    Start with your computer power off. Hold down command-s. Power on your computer.
    Type in the following:
    The first two commands will depend on your release of Mac OS X. Look at what is typed out in the console to determine the exact format.
    # Type the follow two instructions to access the startup disk in read/write. Press return after each command.
    /sbin/fsck -fy
    /sbin/mount -uw /
    cd /var/db
    pwd
    #List all files. The l is a lower case L.
    ls -a
    #The move command acts as a rename command in this format.
    mv -i .applesetupdone .applesetupdone.old
    reboot
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
    Limnos adds detailed explainations:
    http://discussions.apple.com/message.jspa?messageID=8441597#8441597
    The above the idea came from a post by JoseAranda at September 9, 2006 3:48 AM
    http://www.askdavetaylor.com/howdo_i_reset_my_mac_os_x_admin_rootpassword.html
    You will need to scroll down to see this post. Search for applesetupdone
    Once you have a new administrative account, you can change the password of your old administrative account
    blue apple > System Preferences > Accounts
    • You can see that it is easy to change your administrator password. You can set a firmware password that you enter before your machine will boot.
    http://support.apple.com/kb/HT1352
    • For the best data security, you should use FileVault. Create a good logon password. Define and use a good backup plan. I do not recommend using FileVault unless you really need the security because it is much harder to recover your data should you have a hard drive problem and you do not have your data backed up.

  • Computer doesn't recognize administrator password.  How to override or reset?

    Computer doesn't recognize administrator password.  How to override or reset?

    You cannot override but you can chage it, the approach depends on the Mac OS X you are using.

  • How to implement approval on password reset from OIM 9.1

    I am having an requirement where i need to implement Manager Approval on user's every password reset from OIM 9.1.02.
    Please help me out with your suggestions.
    Thanks,
    Kanav

    The thread was help full rajiv but i am still having some issue in the approch to follow:
    As per the thread we cannot use the Entity Adapter because:
    If you are thinking of using Entity Adapter on User form then it is not possible because whenever you change any value on User form, that will be updated in USR table without any Approval.
    So, if we go with the below appoach:
    *Event Handler Way:*
    Create Event Handler.
    You'll get OLD and NEW Values of that field.
    Capture those values and raise request for thsi Dummy RO with your code
    And use Error Handler to show Custom Message to Administrator that "Request Has Been Initiated for User Profile Modification".
    but i am having below doubts:
    1. If we are not having the Entiry Adapter then where we will do the mapping of fields that have been taken n the adapter?
    2. And how can i get the old value of the filed?

  • I have an imac 2009 the disk drive is damaged and I have lost the passwords I need to reset passwords I tried booting with a macosx disk from an external hard drive but did not read the drive how else can I reset password ?

    I have an imac 2009 the disk drive is damaged and I have lost the passwords I need to reset passwords I tried booting with a macosx disk from an external hard drive but did not read the drive how else can I reset password ?
    I have a 2012 mac book pro can I use that to connect with firewire and load osx that way? and how woudl I do that?
    Thanks so much!

    To what password are you referring? Do you mean your user account's admin password? Or do you mean the master password for File Vault or do you mean a Firmware Password?
    For an admin password:
    Forgot Your Account Password
    For Snow Leopard and earlier
         Mac OS X 10.6- If you forget your administrator password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.
    If you cannot do the above then try this:
      1. Boot to Safe Mode by restarting and after the chime press and hold down the COMMAND-S keys until a black screen with white type appears.
      2. At the prompt, type the following commands pressing return after each command line:
         /sbin/fsck -yf
         If you do not receive a "Filesystem OK" message then repeat this command until
         you do.  If after seven tries you still do not receive a "Filesystem OK" message,
         then the system is corrupted and needs to be reinstalled.
         mount -uw /
         cd /private/var/db/netinfo
         mv local.nidb local.old
         rm ../.AppleSetupDone
         shutdown -r now
    The second-to-last command above will cause OS X to think that the operating system is newly installed, and when the new owner starts up the computer it will send him/her to the startup wizard where he/she can start a new user without reinstalling.
    This last method does not actually change a password. It simply removes the user accounts and lets you create an initial admin account as if the computer were new out of the box.
    How to reset the OS X password without a startup CD:
    Reboot into Single-user Mode. Enter the following and press RETURN after each command line
       1. Type fsck -fy
       2. Type mount -uw /
       3. Type passwd <username>
    I have never tried this method myself.

  • Hi, my IPOD got blocked with a password, how can it be reset?

    Hi, my IPOD got blocked with a password, how can it be reset?

    You'll need to connect the iPod to your iTunes library and restore it to factory settings.
    B-rock

  • Forgot Windows OC4J  Standalone password, How can it be reset?

    Forgot Windows OC4J Standalone password, How can it be reset?
    TIA,
    Al Malin

    Actually, I think that's how you are supposed to do it. The default is usually welcome, but I'm pretty sure there's a jazn-data.xml file that contains the password encrypted. You can manually edit it there, then restart it and it should work.

Maybe you are looking for

  • How to display file contents on a web page

    On unix platform I have created a class that can read the contents of a file and display them to the standard output. But now i want to display these file contents on a web page through jsp. On JSP code I have imported this class and want to assign a

  • Internal Hard Drive disappeared

    I've been using a 2TB external HD for the last 6 weeks or so as my main startup drive. When I set it up, I wiped the internal drive, reformatted it with Snow Leopard, and partitioned a Boot Camp Windows partition. I'm backing up using a 500GB backup

  • "the application Safari quit unexpectedly" keeps popping up!

    I just bought a 2006 MacBook Pro off eBay, and it keep getting this message ev.erytime I click on safari. Ever since I installed updates. I can't use anything internet based, safari, "software uodate", or even iTunes. I'm currently using my iPad. How

  • Mysterious music in my Front Row

    I'm not a huge Front Row user -- I pretty much just use it for DVD viewing. One day I explored a bit more and checked out the "Music" section, and found a bunch of music I didn't recognize, especially considering the titles were in Japanese, and I do

  • DBMS_XMLQuery.setXSLT in XSU111 ver1_2_1 for Oracle 8.1.5

    Hi, All the problem is: im using XSU111 ver1_2_1 for Oracle 8.1.5 below is some example whish throws an Error in SQL-Plus (ORA-03113: end-of-file on communication channel) when commented line is on -- ++++ start of script ++++ create or replace funct