Topics:
Very useful module for a standard Drupal installation
I have been using it to allow a user to stay on the same page after logging in instead of being sent to the front page (standard Drupal configuration). For this configuration select PHP snippet and enter url return $_REQUEST['q'] ; (Dustin, thanks!)
Similar feature can be built in WebAuth login module