Download the PHP package heimrichhannot/contao-backend-lost-password-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-backend-lost-password-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heimrichhannot/contao-backend-lost-password-bundle
More information about heimrichhannot/contao-backend-lost-password-bundle
Files in heimrichhannot/contao-backend-lost-password-bundle
Download heimrichhannot/contao-backend-lost-password-bundle
More information about heimrichhannot/contao-backend-lost-password-bundle
Files in heimrichhannot/contao-backend-lost-password-bundle
Vendor heimrichhannot
Package contao-backend-lost-password-bundle
Short Description This bundle offers a lost password function for the backend of the Contao CMS.
License LGPL-3.0-or-later
Package contao-backend-lost-password-bundle
Short Description This bundle offers a lost password function for the backend of the Contao CMS.
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package contao-backend-lost-password-bundle
Contao Backend Lost Password Bundle
This bundle offers a lost password function for the backend of the Contao CMS.
Features
- Never send new passwords to your customers again if they have forgotten their old ones. :-)
- After requesting a new password, a password reset link is sent to the user's email.
- Select a mailer transport for outgoing mails in the settings.
Installation
- Install via composer:
composer require heimrichhannot/contao-backend-lost-password-bundle
and update your database. - Set the
huh_backend_lost_password.add_to_template
to true if you want the lost password link automatically added to you backend login template.
Customize
Use Notification center
You can use Notification Center to send the password request.
- Create a notification of type
User: Lost password
with##recipient_email##
as recipient and content that contains##link##
(the link to the password reset page). You can use additional token:##domain##
and user data withing##user_*##
. - Set the id of the notification in your project configuration in
huh_backend_lost_password.nc_notification
.
Usage in a custom template
You can insert the lost password link in a custom login template where you want by calling BackendLostPasswortManager->getLostPasswordLink()
.
Adjust the email's text
Hint: You can also set a notification center message by setting the id in your config.yml (see below).
Simply override the following $GLOBALS
entries:
Configuration reference
All versions of contao-backend-lost-password-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
contao/core-bundle Version ^4.13 || ^5.0
heimrichhannot/contao-utils-bundle Version ^2.237 || ^3.3
symfony/config Version >=3.4
symfony/dependency-injection Version >=3.4
contao/core-bundle Version ^4.13 || ^5.0
heimrichhannot/contao-utils-bundle Version ^2.237 || ^3.3
symfony/config Version >=3.4
symfony/dependency-injection Version >=3.4
The package heimrichhannot/contao-backend-lost-password-bundle contains the following files
Loading the files please wait ....