You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $options array passes emailTemplate key but it is not used anymore in PasswordBehavior.php since the implementation of the new Mailer/UsersMailer.php class.
The
$options
array passesemailTemplate
key but it is not used anymore inPasswordBehavior.php
since the implementation of the newMailer/UsersMailer.php
class.users/src/Controller/Traits/UserValidationTrait.php
Lines 91 to 96 in aafdf85
users/src/Model/Behavior/PasswordBehavior.php
Lines 70 to 73 in aafdf85
users/src/Model/Behavior/PasswordBehavior.php
Lines 85 to 90 in aafdf85
users/src/Mailer/UsersMailer.php
Lines 52 to 60 in aafdf85
I'll see what I can do to propose a PR to fix this tomorrow 😉
The text was updated successfully, but these errors were encountered: