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.
- SSH login as textpass
- Check to see if the existing user is active/inactive:
tp_auth show
- If active skip to step 5, otherwise activate the existing user:
tp_auth activate -n=<username>
- Check to confirm the user is active:
tp_auth show
- 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.