feat: encrypted user passwords
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
||||
parameters:
|
||||
travel_info_base_url: '%env(APP_TRAVEL_INFO_BASE_URL)%'
|
||||
path_to_keys: '%kernel.project_dir%/config/secret'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
@@ -51,3 +52,11 @@ services:
|
||||
- name: knp_menu.menu_builder
|
||||
method: createMainMenu
|
||||
alias: main
|
||||
|
||||
App\Command\GenerateKeysCommand:
|
||||
arguments:
|
||||
$path: '%path_to_keys%'
|
||||
|
||||
App\Security\Crypt:
|
||||
arguments:
|
||||
$path: '%path_to_keys%'
|
||||
|
||||
Reference in New Issue
Block a user