We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 349d798 + acf2be4 commit 8c347b1Copy full SHA for 8c347b1
1 file changed
config/common.php
@@ -486,10 +486,11 @@
486
'administratorPermissionName' => 'user-module',
487
'administrators' => ['admin'],
488
'enableFlashMessages' => false,
489
+ 'generatePasswords' => true,
490
'enableRegistration' => getenv('APP_USER_ENABLE_REGISTRATION'),
491
'mailParams' => [
- 'fromEmail' => getenv('APP_MAILER_FROM')
492
- ]
+ 'fromEmail' => [getenv('APP_MAILER_FROM')=>getenv('APP_TITLE')]
493
+ ],
494
],
495
'widgets' => [
496
'class' => WidgetsModule::class,
0 commit comments