--- ../logintoboggan/logintoboggan.module	2006-12-17 11:11:26.000000000 -0800
+++ logintoboggan.module	2007-01-19 09:43:42.000000000 -0800
@@ -784,6 +784,7 @@ function logintoboggan_validate_email($u
       // Remove the pre-auth role from the user, unless they haven't been approved yet.
       if ($account->status) {
         db_query("DELETE FROM {users_roles} WHERE uid = %d AND rid = %d", $account->uid, logintoboggan_validating_id());
+        module_invoke_all('logintoboggan', 'update', $account);
       }
 
       // Where do we redirect after confirming the account?
