bright-cloud-studio / contao-redirect-lost-password
Extends the default Contao 'Lost password' front end module to allow forwarding users to a alternative page for setting their new password
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: ^8.0
- contao/core-bundle: ^4.9
Requires (Dev)
- contao/manager-plugin: ^2.0
This package is auto-updated.
Last update: 2024-10-30 01:59:46 UTC
README
Extends the default Contao 'Lost password' front end module to allow forwarding users to a alternative page for setting their new password
This was created as a partner to my "Contao Redirect Failed Login" package. Using that, we set up a "Failed Login" page which contains a login form and a password recovery form. When the user attempts to recover their password, the link in the email they recieve sends them back to our newly set up "Failed Login" page. Instead, we would like to send them to a page dedicated to password recovery, so this package was created.
Although this is a companion package for "Contao Redirect Failed Login", it can safely be used on it's own to achieve the same desired effect.