[FLOW3-general] No default hashing strategy configured
Martin
titusmailing at googlemail.com
Tue Apr 3 11:39:47 CEST 2012
Dear List,
I tried to implement a simple Login and I get this Exception:
#1320758427: No default hashing strategy configured (More information)
I am not sure where to set the hashing strategy coz
21
TYPO3\FLOW3\Security\Cryptography\HashService_Original::getPasswordHashingStrategyAndIdentifier("default")
is set to default.
I tried to put this in Settings.yaml
TYPO3:
FLOW3:
security:
cryptography:
hashingStrategies:
default:
hashService:
encryptionKey: 'secret'
authentication:
authenticationStrategy: oneToken
providers:
DefaultProvider:
providerClass: PersistedUsernamePasswordProvider
For learning this I tried to build the Login from:
http://www.layh.com/work/flow3-fluid/tutorials/flow3-registration-and-login.html
Thx for ur help!
Greetz
Martin
More information about the FLOW3-general
mailing list