Simple authentication uses a system of 'invitations' to create users. You can create an invitation, and optionally specify a username or email for the user, and then it will generate a magic URL that can be used to create an account.
{{ invitationUrls[invitationIdx] }}
{{ invitation.username ?? "No username enforced." }} | {{ invitation.email ?? "No email enforced." }}
{{ invitation.isAdmin ? "Admin invitation" : "User invitation" }}
Expires: