mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #23387] Admin panel: profile_image_url validation rejects its own paths, blocks user profile saves (v0.8.11) #58631
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ataraxiaone on GitHub (Apr 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23387
Bug Description
The admin panel user management page cannot save user profiles in v0.8.11. The
profile_image_urlfield's validation rejects URLs that OWUI itself generates (e.g.,/api/v1/users/{id}/profile/image), making it impossible to update any user field (including role changes) through the admin UI.Steps to Reproduce
Expected Behavior
User profile saves successfully with the updated field.
Actual Behavior
Save fails with a validation error on the
profile_image_urlfield. The validation appears to reject OWUI's own internal image paths as invalid URLs.Workaround
Use the REST API directly to update user fields:
Environment
Additional Context
This also affects creating users via the admin API with a
profile_image_urlset to an external URL (e.g., Google profile pictures). The API rejects the Google avatar URL, requiring an empty string to be passed instead.@pr-validator-bot commented on GitHub (Apr 3, 2026):
⚠️ Missing Issue Title Prefix
@ataraxiaone, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password