Problem:
Previously, when sending a user a hyperlink, such as https://site.terradotta.com/index.cfm?FuseAction=Students.AngApply&Program_ID=10048, and the applicant was not logged in, they would be asked to log in and then taken to the application page. Now, after logging in they are taken to their applicant homepage.
A possible solution:
If you wish for the link to work as mentioned above, you will need to remove the "ang" from the url.
In this case, you would change:
https://prod-td1-oswald.terradotta.com/index.cfm?FuseAction=Students.AngApply&Program_ID=10048
to
https://prod-td1-oswald.terradotta.com/index.cfm?FuseAction=Students.Apply&Program_ID=10048