Restoring Lost User Account » History » Version 1
Luke Murphey, 04/03/2010 02:09 PM
| 1 | 1 | Luke Murphey | h1. Restoring a Lost User Account |
|---|---|---|---|
| 2 | 1 | Luke Murphey | |
| 3 | 1 | Luke Murphey | The CLI provides a number of mechanisms for managing NSIA from the command-line interface (CLI) if you cannot access the web-interface. To access the CLI, stop all instances of NSIA and run the following command from a shell: |
| 4 | 1 | Luke Murphey | |
| 5 | 1 | Luke Murphey | <pre> |
| 6 | 1 | Luke Murphey | java -jar nsia.jar |
| 7 | 1 | Luke Murphey | </pre> |
| 8 | 1 | Luke Murphey | |
| 9 | 1 | Luke Murphey | The interactive CLI will appear. Type help to see all commands. To restore access, use one of the following CLI commands: |
| 10 | 1 | Luke Murphey | |
| 11 | 1 | Luke Murphey | * User.SetPassword |
| 12 | 1 | Luke Murphey | * User.Unlock |
| 13 | 1 | Luke Murphey | * User.Enable |
| 14 | 1 | Luke Murphey | * User.Add |