Hello,
I have configured following security config in "app/config/config.yml":
security:
encoders:
Symfony\Component\Security\Core\User\User: sha1
providers:
main:
users:
admin: { password: sha1pw, roles: ROLE_ADMIN }
firewalls:
main:
pattern: /cms.*
http-basic: true
logout: true
access_control:
- { path: /cms.*, role: ROLE_ADMIN }
"sha1pw" is of course a sha1 hash. But somehow in the new Standard
Edition PR7 of Symfony this doesn't work anymore.
Do you have any idea/hints?
I have tried to configure it with "plaintext" and this works fine, but
with sha1 there is somehow a problem.
thanks for help!
greets,
Oli
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en