TYPO3 Logo
Flogin
Release: master

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 Notification
    • Sign in
    • Notification Subject
    • View & Variables
  1. Start
  2. Tutorials
  3. Magic Link Workflow
  4. Notification
  5. Magic Link Notification
View source How to edit Edit on GitHub

Magic Link Notification¶

When magic link requested this notification is sent.

../../../../_images/magic-link.png

Magic Link Notification

Sign in¶

By clicking the Sign in button, system authenticates the associated account and redirects to :ts:`afterLoginPage`.

Notification Subject¶

You can change the subject of the notification

Tip

:ts:`plugin.tx_flogin.settings.email.magicLink.subject = LLL:EXT:flogin/Resources/Private/Language/email.xlf:magic_link.subject`

View & Variables¶

  • The notification view can be found under:

    EXT:flogin/Resources/Private/Templates/Email/MagicLink.html

  • Out of the box you developer has access to these variables:

    ../../../../_images/magic_variables.png

    You can access it by: {request}, like {request.user.username}

    ../../../../_images/magic_variables-url.png

    You can access link url by {request.url}.

    ../../../../_images/magic_variables-expires.png

    You can access linkLifetimeInMinutes by: {request.expires}.

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

Last updated: Oct 07, 2021 14:12

Last rendered: Oct 07, 2021 14:45

TYPO3 Theme 4.6.2

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