Password Encryption Preferences
Preferences > Avaya > Dialog Designer > Password Encryption
The Password Encryption Preferences panel provides a password encryption utility for users to create encrypted passwords that can then be copied into the target application's web.xml file.
To create an encrypted password:
- In the Password Preferences panel, enter a password to be encrypted in the Password field.
- Re-enter the same password in the Confirm password field.
- Click Encrypt. An encrypted value is displayed in the Encrypted value field.
- Highlight and copy (Ctrl-c) this value to the appropriate place within the target application's web.xml file. For example:
- For a T-Server password change, copy and replace the encrypted password string in the <param-value> for the <param-name> - "cti.tserver".
- For a database password change, copy and replace the encrypted password string found at the end of the <param-value> for the <param-name> - "<dd.ds.[ds name]>".
Note:
The database connector allows the database password to change without
requiring the application to re-deploy.