Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Cannot change own user account #5

Open
pKallert opened this issue Oct 5, 2023 · 1 comment · May be fixed by #6
Open

BUG: Cannot change own user account #5

pKallert opened this issue Oct 5, 2023 · 1 comment · May be fixed by #6

Comments

@pKallert
Copy link
Contributor

pKallert commented Oct 5, 2023

Steps to reproduce

  1. Login as Admin/user that can change user acocunts
  2. Go to User Management Module and edit your own user
  3. Change user roles for your own user. For example add 'Editor' role
  4. Click Save

Expected results
User is changed

**Actual result **
500 Error is shown

@pKallert pKallert linked a pull request Oct 5, 2023 that will close this issue
@kdambekalns
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants