Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow re-sending of magic link emails #137

Commits on Apr 14, 2023

  1. Allow re-sending of magic link emails

    When the config setting Passwordless.allow_token_resend = true a visit
    to /users/sign_in/TOKEN_URL for an expired or already claimed user will
    return a page with a button which can be used to resend an email with
    this token. Extra care is taken to record a query parameter
    `destination_path` into the current session, so opening the new email
    immediately from the same browser redirects you to the proper location.
    Daan van Vugt committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1237a8b View commit details
    Browse the repository at this point in the history