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
$io->title('The src files required by Reset Password Bundle have been successfully created.');
277
+
//@TODO sprintf these as needed
278
+
$newClosing[] = 'Next:';
279
+
$newClosing[] = ' 1) Run "php bin/console make:migration" to generate a migration for the new <fg=yellow>"ResetPasswordRequest"</> entity.';
280
+
$newClosing[] = ' 2) Review and customize the templates in <fg=yellow>`templates/reset_password`</>.';
281
+
$newClosing[] = ' 3) Make sure your <fg=yellow>MAILER_DSN</> env var has the correct settings.';
282
+
$io->text($newClosing);
283
+
$io->newLine();
284
+
$io->text('Then go to "/reset-password" and enjoy!');
285
+
286
+
//@TODO remove me
287
+
$io->newLine(3);
278
288
$closing[] = sprintf('Users will be redirect to <info>%s</info> after a password reset is successfully completed.', $input->getArgument('controller-reset-success-redirect'));
279
289
$closing[] = sprintf('The route can be changed later in <info>%s::reset()</info>', $userClassName);
280
290
$closing[] = 'The "from" email address and name values for the email template can be changed in <info>ResetPasswordController::processRequestForm()</info>';
0 commit comments