From d7dc05a4dc72f2dda059f767556edafd33fa9a76 Mon Sep 17 00:00:00 2001 From: Craig Rayner Date: Mon, 8 Apr 2019 08:41:09 +1000 Subject: [PATCH] Remove Config file on request --- .../packages/crayner_authentication.yaml | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 crayner/authenticate-bundle/1.0/config/packages/crayner_authentication.yaml diff --git a/crayner/authenticate-bundle/1.0/config/packages/crayner_authentication.yaml b/crayner/authenticate-bundle/1.0/config/packages/crayner_authentication.yaml deleted file mode 100644 index ce6486b3..00000000 --- a/crayner/authenticate-bundle/1.0/config/packages/crayner_authentication.yaml +++ /dev/null @@ -1,46 +0,0 @@ -crayner_authenticate: - user_class: Crayner\Authenticate\Entity\User - mailer_available: true - highest_available_encoder: - # Argon2i Options - memory_cost: 16384 - time_cost: 2 - threads: 4 - # BCrypt Options - cost: 15 - # SHA256/MD5 Options - iterations_sha256: 1 - iterations_md5: 1 - encode_as_base64: false - password_salt_mask: '{password}{{salt}}' - # Global Options - maximum_available: 'argon2i' - minimum_available: 'md5' - always_upgrade: true - # User and Device Lock ... - manage_failures: - count: 3 - wait_time: 20 # Minutes - session: true - user: true - # Password Validation - password_validation: - min_length: 8 - max_length: 150 - case_difference: true - special_characters: true - use_number: true - error_messages: - min_length: 'Your password needs to be %d characters long.' - max_length: 'Your password needs to be less than %d characters long.' - case_difference: 'Your password must contain upper and lower case characters.' - special_characters: 'Your password must contain a special character. !#@$%^&*)(\][>