I am trying to set up two rules in Drupal 6 to do the following - rule 1: ON event User account has been created Redirect to page A
rule 2: On event User has logged in Redirect to page B
However, no matter what I do it never redirects to page A. Its always triggers rule 2 and goes to page B. I tried weights etc. Also couldn't find anything useful in the scarce documentation. Please help!
Check out the module Login Destination. It should be capable of doing what you are after.