Signed-off-by: bachy <git@g-u-i.net>
@@ -234,6 +234,9 @@ function materio_user_user_update(&$edit, $account, $category){
unset($user->logintoboggan_email_validated);
user_save($user, array('roles' => $roles));
+
+ drupal_go_to('user/'.$user->uid.'/edit');
}