networkteam/neos-passwordreset

Last activity 05 Mar 2024 3 5391
composer require networkteam/neos-passwordreset

A Neos package for users to reset their password withing the frontend.

dev-fix-composer-requirements

Version
dev-fix-composer-requirements
Type
neos-package
Release Date
Oct 25, 2022 11:13
Source
git
Distribution
zip
Requires
  • neos/fusion-afx: *
  • neos/neos: ~5.0 || ~7.0 || ~8.0
  • donatj/phpuseragentparser: *
  • neos/swiftmailer: *
GPL-3.0-or-later ef8918e149bab8756b3dfab1a74f1a7c34f45685

Readme excerpt

Password Reset

Allow users to reset their password withing the frontend.

Installation $ composer require networkteam/neos-passwordreset $ ./flow doctrine:migrate Configuration

Overwrite 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 25 package(s).