Command Line User Management

It is possible to manage IVR GUI users from the command line as well as through the GUI. This is useful if the administration user’s password is forgotten.

To use the command line tools, log in to the primary IVR and use the command line IVR program passwd:

cd /usr/share/n2ivr/bin
./passwd

Usage:
        ./passwd -l
        ./passwd -e [password]
        ./passwd -d username [password]

 -l  List all records in the database
 -e  Encode the password, printing the hex encoded of the encoded data to stdout (\n included on the end)
 -d  Update the given username's record, encoding the password

Note: