You have arrived on this page via a GET request to a valid magic-link URL. If the link had expired, or been used already, you would have see an error template in its place.
You should override this template (logmein.html
) in your own application.
It is rendered with the relevant link
passed in via the context. The form
should POST to link.get_absolute_url
.
If you click on the button you will be logged in as {{ link.user.get_full_name|default:link.user.username }}.
The link will expire at {{ link.expires_at }}.