passbolt_api
passbolt_api copied to clipboard
account creation fails with umlaut (diacritic) in security token
tested with Docker image passbolt/passbolt:3.7.3-1-ce and passbolt/passbolt:3.8.1-1-ce
steps to reproduce:
- create a new user
- set passphrase
- save key file
- for the security token:
- pick any color
- input 3 charcaters withe at least one Umlaut (äöüÄÖÜß)
results in the error message:
Could not validate entity Account.
{
"security_token": {
"required": "The security_token is required."
}
}