{% extends "base.html" %} {% block content %} {% if user.is_authenticated %}

You are logged in

{% endif %}

Magic links

Every link is unique and contain enough information to look up the key. The key is not meant to be inputted manually, therefore it can be as long and complex as you wish.

Click magic link to verify

  1. Create user
  2. Click link received in email
  3. Log in

Click magic link to get to verify-page, then verify

  1. Create user
  2. Click link received in email
  3. Click Activate on the page
  4. Log in

Click magic link to get to verify-page, fill in form, then verify

  1. Create user
  2. Click link received in email
  3. fill in passwords then click Activate on the page
  4. Log in

Non-magic links

The link need not contain any information. Useful for keys distributed on paper, or in text-messages when you can't assume that the recipient has a smart phone. Make the keys shorter, as they need to be manually inputted. SMSGenerator, PinGenerator etc.

Click non-magic link, fill in key, then verify

  1. Create user
  2. Click link received in email
  3. Fill in key then click Activate on the page
  4. Log in
{% endblock content %}