I'm using the django inbuilt authentication. When a password reset email is sent to the user it contains a link. I want to be able to simply change that link to something else. Because I have a front-end angularJS application. So, I want the link in the email to be something my AngularApp can intercept. I'm using the django inbuilt authentication. Wh