[TYPO3-english] femanager saltedpasswords/ password validation error

Marius Schiele marius.schiele at gmail.com
Mon Oct 19 02:37:57 CEST 2015


Configuration:
- fe_login for login
- femanager to register and update user data
- saltedpasswords to decrypt passwords and add salt
- ssl certificate

I have a screen just for updating the user´s username. in femanager, clientside valdiation is disabled, serverside validation enabled. after the username is sent to the server, I get an exception: password is too long (validate for max 16 chars). the error is thrown because the user object is always getting validated and the password is longer than 16chars because the userobject has the saltedhash.

is this behaviour normal for femanager? how can i deal with femanager and saltedpasswords?

thans in advance
marius


More information about the TYPO3-english mailing list