TYPO3 Logo
Login
Release: 9.0

Loading data.

  • Introduction
    • What does it do?
    • Need Support?
  • For administrators
    • Installation
    • Updating
    • TypoScript
  • For developers
    • Contribute
  • Tutorials
    • Login Workflow
      • Username
      • Password
      • Throttle
      • Notification
        • Login Attempt
        • Lockout
    • Magic Link Workflow
      • Notification
        • Magic Link Notification
    • Forgot Workflow
      • Notification
        • Reset Link Requested
        • Password has been changed
    • Create Temporary Account
      • Invalid Hash
    • Simulate Frontend Authentication
    • Error Redirects
    • Signals collection
    • REST API
    • Common practise

PAGE CONTENTS

  • Magic Link Workflow
  1. Start
  2. Tutorials
  3. Magic Link Workflow
View source How to edit Edit on GitHub

Magic Link Workflow¶

  1. Add Login plugin on an expected page.

    ../../_images/plugin-login.png
  2. Click on <Magic link?>.

    ../../_images/magic_link-step-1.png
  3. Provide email address.

    ../../_images/magic_link-step-2.png

    Validation message

  4. Set proper page redirect.

    When form from previous step is submitted, user is redirected to certain page.

    ../../_images/magic_link-step-3.png
    • Redirect page

      Tip

      :ts:`plugin.tx_login.settings.redirect.afterMagicLinkNotificationSentPage = 3`

  5. Check the email notification.

    • Common email settings

    • Lifetime

      By default magic link expires after 6 minutes.

      Tip

      :ts:`plugin.tx_login.settings.email.magicLink.linkLifetimeInMinutes = 30`

  6. Here we go.

    After user follows the link, automatic authentication happens and user is redirected to the after login page.

    ../../_images/authenticated.png

    Error redirects

    • After successful login redirect

      Tip

      :ts:`plugin.tx_login.settings.redirect.afterLoginPage = 15`

  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Feb 29, 2020 11:25

Last rendered: Jul 22, 2021 17:13

TYPO3 Theme 4.6.2

© Copyright 2020 by Serhii Borulko
  • Legal Notice
  • Privacy Policy