[FLOW3-general] Authentication provider and encryption key error

Georg Ortner go at simplaweb.at
Tue Feb 9 10:32:52 CET 2010


Since I knew that I'm not the only one who ran into this problem I tried 
to come closer to the core of this problem.

I updated the issue
http://forge.typo3.org/issues/show/6266

Apparently it's a matter of the order of the configuration directives. I 
guess the Configuration isn't fully parsed at the time of executing the 
code which throws the "You must configure an encryption key for the 
HashService" exception in the security service.

What you can do is you can place this at the very beginning of your 
global Settings.yaml. At least for me it works without touching the 
FLOW3/Security/Configuration/Settings.yaml.

I hope that helps to contain the problem.

Regards
George


Am 06.02.2010 16:51, schrieb Federico Bernardin:
> Hi, I try to test test authentication method, but I have a problem about hashService and encryption key.
>
> The error is:
> You must configure an encryption key for the HashService
>
> The error is shown when I activate Blog Package too.
>
> But in Settings.yaml I have these lines:
> FLOW3:
>    security:
>      cryptography:
>        hashService:
>          encryptionKey: 'jhjkdhs sadhjashdjk jhjhjjhhjk'
>
> Someone can help me?
>
> Thanks
> Federico
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general


More information about the FLOW3-general mailing list