networkteam/neos-passwordreset
composer require networkteam/neos-passwordreset
A Neos package for users to reset their password withing the frontend.
1.1.1
Readme excerpt
Password ResetAllow users to reset their password withing the frontend.
Installation $ composer require networkteam/neos-passwordreset $ ./flow doctrine:migrate ConfigurationOverwrite the template paths to point to your own Templates. These can be copies from the original ones. They are lend by the great project from postmarkapp.com.
Networkteam: Neos: PasswordReset: authenticationProviders: - Networkteam.Neos.FrontendLogin:Frontend senderAddress: 'no-reply@organisation.org' templatePaths: noAccountMailHtml: 'resource://Networkteam.Neos.PasswordReset/Private/Templates/Mail/password-reset-help.html' noAccountMailTxt: …Read more
The same vendor provides 25 package(s).