astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

123 invitation link #124

Closed allynt closed 3 years ago

allynt commented 3 years ago

A new or existing user can be invited to join a customer. If the user is new, they must reset their password. The reset password link is therefore included in the invitation email. If the user is existing, there was no link invcluded.

This PR adds a simple login link to the invitation email in the case of existing users.

This PR closes #123