Monday, May 9, 2011

how to reset the IOP admin password

When you install Integrated Operational Planning, the default administrator password is
“password.”

To change the default password:

1. Stop the server.
2. Add the following line to the .properties file:
admin.password=
3. Enter the following command to put the password in encrypted form:
encrypt
4. Copy and paste the output as follows:
# encrypt and copy the output (encrypted password) here
admin.password={3DES}F7zVJml7BfKDaM2S67s4Hw==
5. Restart the server.

No comments:

Post a Comment