Reset Link Requested¶
System sends the email notification to the user after submitting the forgot password form.
![]()
Forgot password notification.
Lifetime¶
By default link inside the mail expires after 5 minutes.
Of course you can change that behavior.
Notification Subject¶
You can change the subject of the notification
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:
![]()
You can access it by:
{request}
, like{request.user.username}
![]()
You can access link url by
{request.url}
.![]()
You can access linkLifetimeInMinutes by:
{request.expires}
.