|
|
|
@ -1,7 +1,7 @@ |
|
|
|
# To get started with security, check out the documentation: |
|
|
|
# To get started with security, check out the documentation: |
|
|
|
# http://symfony.com/doc/current/book/security.html |
|
|
|
# http://symfony.com/doc/current/book/security.html |
|
|
|
security: |
|
|
|
security: |
|
|
|
encoders: |
|
|
|
password_hashers: |
|
|
|
Chamilo\CoreBundle\Entity\User: |
|
|
|
Chamilo\CoreBundle\Entity\User: |
|
|
|
algorithm: auto |
|
|
|
algorithm: auto |
|
|
|
cost: 14 |
|
|
|
cost: 14 |
|
|
|
|