mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-13 02:29:39 +08:00
a77bf48b41
## How to reproduce this bug 1. Create a user with `visibility=public` 2. Update `ALLOWED_USER_VISIBILITY_MODES` setting to `limited, private` 3. Modify any field other than "User visibility" (e.g. "Full Name") 4. UI shows 500 error ## Fix Only update the visibility field when it actually changes.