Skip to content

Commit

Permalink
Merge pull request #42 from eluhr/master
Browse files Browse the repository at this point in the history
Updated user module config
  • Loading branch information
schmunk42 committed Dec 15, 2021
2 parents 349d798 + acf2be4 commit 8c347b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,11 @@
'administratorPermissionName' => 'user-module',
'administrators' => ['admin'],
'enableFlashMessages' => false,
'generatePasswords' => true,
'enableRegistration' => getenv('APP_USER_ENABLE_REGISTRATION'),
'mailParams' => [
'fromEmail' => getenv('APP_MAILER_FROM')
]
'fromEmail' => [getenv('APP_MAILER_FROM')=>getenv('APP_TITLE')]
],
],
'widgets' => [
'class' => WidgetsModule::class,
Expand Down

0 comments on commit 8c347b1

Please sign in to comment.