mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-18 04:15:18 +02:00
## 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.