fix(guestName): limit length to 64 characters by max-nextcloud · Pull Request #1915 · nextcloud-libraries/nextcloud-dialogs

susnux

@max-nextcloud

This is the same limit we apply to authenticated user display names.

The text app stores guest names in a 64 char database field.

Note that this is counting characters - not bytes.
So languages with multi-byte characters can still use 64 chars in name.

Signed-off-by: Max <max@nextcloud.com>

@susnux susnux deleted the fix/guest-name-size-limit branch

September 3, 2025 16:28