Reset Password for User Account

Contents


1   Description

This instruction describes how the administrator can assign initial password or reset password for a local Operation and Maintenance (O&M) user account.

The system forces the user to update their password when it has been reset by administrator.

For Machine to Machine type of accounts, it is possible to disable the forced password change at first logon. This alternative is recommended only for M2M interactions.

The password reset does not unlock the locked user account. For this case refer to Unlock Operational Lock for User Account.

A password locked by too many failed logon attempts can be unlocked without resetting password. For this case, refer to Unlock Operational Lock for User Account.

2   Procedure

2.1   Reset Password for User Account

Prerequisites

Steps

  1. Navigate to the UserAccountM MO, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LocalAuthenticationMethod=1,UserAccountM=1

  2. Select user account, for example:

    (UserAccountM=1)>UserAccount=joedoe

  3. Reset the password:

    (UserAccount=joedoe)>resetPassword --password

    Enter password: <password>

    (UserAccount=joedoe)>resetPassword --password ********

    Note:  
    For M2M type of accounts, to disable the forced password change at first logon, provide the noChange parameter before the password parameter:

    (UserAccount=joedoe)>resetPassword --noChange --password

    Enter password: <password>

    (UserAccount=joedoe)>resetPassword --password ********

    The password still expires according to the password policy set, only the initial password change is omitted.


  4. Verify that the password change time has been updated with current time, for example:

    (UserAccount=joedoe)>show passwordChangedTime

    passwordChangedTime=”2015-01-19T12:31:59Z”
  5. Verify that the user is forced to change the password at next logon, for example:

    (UserAccount=joedoe)>show passwordState

    The following is an example output:

    passwordState=EXPIRED_MUSTCHANGE
    Note:  
    If the forced password change was disabled with the noChange parameter, the following is an example output:

    passwordState=VALID




Copyright

© Ericsson AB 2015–2017. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Reset Password for User Account