Start a conversation

Reset a User Password in Lithium

Overview

You would like to reset a forgotten password to an account in Lithium's Mobile Messaging UI.

 

Solution

You can login to MGR node as textpass and use the tp_auth command to reset the GUI password.

  1. SSH login as textpass
  2. Check to see if the existing user is active/inactive:
    tp_auth show
  3. If active skip to step 5, otherwise activate the existing user:
    tp_auth activate -n=<username>
  4. Check to confirm the user is active:
    tp_auth show
  5. Reset the password
    tp_auth set -n=<username> -p=<password>

 

Please check more details about tp_auth command in the MGR Operator Manual or run the following command to check some examples.

history |grep tp_auth


The MGR Operator Manual is available in the NewNet Download Center in the Skyvera support portal.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments