Login Attempt

System sends the email notification to the user after successful login attempt.

../../../../_images/logged_in.png

Change password

At some point, there’s a chance that someone else logged in to the account without any owner permission and awareness.

By clicking the Change password button, the reset password procedure will be started.

Email will be predefined already, and the next steps are the same comparing to Reset Password feature.

../../../../_images/forgot-predefined1.png

Reset password page…

Disable the notification

It’s possible to completely disable the notification by changing the TypoScript variable.

View & Variables

  • The notification view can be found under:

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

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

    ../../../../_images/login_variables.png

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

    ../../../../_images/login_variables-1.png

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