gitlab-org--gitlab-foss/changelogs/unreleased/rs-admin-user-case-insensitive.yml
Robert Speicher 12c70e636c
Admin section finds users case-insensitively
Previously, if you entered a username in the URL manually to view a
specific user, the lookup was done case-sensitively, despite usernames
being case-insensitive, often resulting in a 404. We now use the same
`find_routable!` logic as the non-admin Users controller.
2019-02-12 14:28:06 -08:00

5 lines
91 B
YAML

---
title: Admin section finds users case-insensitively
merge_request:
author:
type: fixed