You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'credentialssource' at row 1 caused by UPDATE neos_flow_security_account SET credentialssource = ?, …
Since the credentialssource is a (long) JSON string, this fails.
Steps to reproduce
Expected results
User is changed
**Actual result **
500 Error is shown
The text was updated successfully, but these errors were encountered: