Skip to content

Increase max string length of account properties #29347

Description

@Pytal

Users may want to add longer text to some account property fields such as Biography/About. Currently the max length is 2048 characters, see below

if (strlen($property->getValue()) > 2048) {
if ($throwOnData) {
throw new InvalidArgumentException();

We may either increase the max length for all properties or just for Biography, and if this is the case then we should decide on what this new max length should be :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    1. to developAccepted and waiting to be taken care ofenhancementfeature: profilePRs or issues related to the Profile feature (e.g. Profile page, API, etc.)feature: settings

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions