This task changes the password of the administrator user in the BPM directory.
Example:
<fuego:changePassword schemaUser="${fuego.schemaUser}"
schemaPassword="${fuego.schemaPassword}"
adminUser="${fuego.adminUser}"
newAdminPassword="${fuego.newAdminPassword}"
directoryId="${fuego.directoryId}"
overrideDefault="${fuego.overwriteDefault}" />
| Attribute | Description | Type | Required? |
| schemapassword | Password of database (JDBC) user to connect to the BPM Directory database. | String | Yes |
| adminuser | ID of the admin user whose password you want to change. | String | Yes |
| verbose | Verbose output. | boolean | No Default is false |
| schemauser | Database (JDBC) user to connect to the BPM Directory database. | String | Yes |
| directoryid | ID of the BPM Directory to connect to. | String | Yes |
| overridedefault | boolean | ? | |
| fuegobasedir | Path to Oracle BPM Enterprise installation directory. | File |
No Defaults to value of fuego.basedir property of your
Ant script.
|
| loaderref | Reference to BPM classloader. Used internally. | Reference | No |
| newadminpassword | New password for the admin user. | String | Yes |