We have certain users in our member list that have a role \"vendor\" attached to them. All such members are to be redirected to a certain page upon login. How can this be ac
following condition for hook_user
if($op =='login') drupal_goto("your path");