Yes, use a Prism Deploy Command Task to run a command to change the password. The command line should look like this: %comspec% /c net user <username> <password>
The Command Task must be run by an admin-level user, so be sure to specify that the Task run as "Local System" or as a Domain Admin account.