Skip to content

Commit 8c347b1

Browse files
authored
Merge pull request #42 from eluhr/master
Updated user module config
2 parents 349d798 + acf2be4 commit 8c347b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config/common.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,11 @@
486486
'administratorPermissionName' => 'user-module',
487487
'administrators' => ['admin'],
488488
'enableFlashMessages' => false,
489+
'generatePasswords' => true,
489490
'enableRegistration' => getenv('APP_USER_ENABLE_REGISTRATION'),
490491
'mailParams' => [
491-
'fromEmail' => getenv('APP_MAILER_FROM')
492-
]
492+
'fromEmail' => [getenv('APP_MAILER_FROM')=>getenv('APP_TITLE')]
493+
],
493494
],
494495
'widgets' => [
495496
'class' => WidgetsModule::class,

0 commit comments

Comments
 (0)