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

  • Reset Link Requested
    • Lifetime
    • Notification Subject
    • View & Variables
  1. Start
  2. Tutorials
  3. Forgot Workflow
  4. Notification
  5. Reset Link Requested
View source How to edit Edit on GitHub

Reset Link Requested¶

System sends the email notification to the user after submitting the forgot password form.

../../../../_images/reset-link-request.png

Forgot password notification.

Lifetime¶

By default link inside the mail expires after 5 minutes.

Of course you can change that behavior.

Tip

:ts:`plugin.tx_flogin.settings.email.passwordResetRequest.linkLifetimeInMinutes = 5`

Notification Subject¶

You can change the subject of the notification

Tip

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

View & Variables¶

  • The notification view can be found under:

    EXT:flogin/Resources/Private/Templates/Email/Password/ResetRequest.html

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

    ../../../../_images/reset-variables.png

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

    ../../../../_images/reset-variables-url.png

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

    ../../../../_images/reset-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