PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/PasswordEncode/config.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 762 bytes
 

Contents

Class file image Download
imports: - { resource: ./../config/framework.yml } security: encoders: Symfony\Component\Security\Core\User\User: plaintext Custom\Class\Bcrypt\User: algorithm: bcrypt cost: 10 Custom\Class\Pbkdf2\User: algorithm: pbkdf2 hash_algorithm: sha512 encode_as_base64: true iterations: 1000 Custom\Class\Test\User: test providers: in_memory: memory: users: user: { password: userpass, roles: [ 'ROLE_USER' ] } admin: { password: adminpass, roles: [ 'ROLE_ADMIN' ] } firewalls: test: pattern: ^/ security: false