Create a redirect action in CB Auto Actions on the onAfterUserConfirmation trigger, which is fired when a user confirms their account. Its available variables are as follows.
Code:
$_PLUGINS->trigger( 'onAfterUserConfirmation', array( &$user, $confirmcode, $confirmed, &$class, &$messagesToUser ) );
So for example $confirmed is accessed with [var3].