In Drupal I generate an email using the Rules module. In the email it sends a link to the node updated.
The nose can only be seen by authenticated users.
When I click on that link and I am logged in it goes to the node. If I am not logged in and click on the link you would get an accessed denied.
I use Redirect 403 to User Login module to direct people to the login form. After logging in the user is taken to the page. Would it be possible to take the user to http://mysite/node/20 which was sent in the email?
How would you go about doing this?