From 12c70e636c432a5388f6fcb2508a9644ed24aa5c Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 12 Feb 2019 14:26:07 -0800 Subject: 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. --- changelogs/unreleased/rs-admin-user-case-insensitive.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/rs-admin-user-case-insensitive.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/rs-admin-user-case-insensitive.yml b/changelogs/unreleased/rs-admin-user-case-insensitive.yml new file mode 100644 index 00000000000..40398c46a1e --- /dev/null +++ b/changelogs/unreleased/rs-admin-user-case-insensitive.yml @@ -0,0 +1,5 @@ +--- +title: Admin section finds users case-insensitively +merge_request: +author: +type: fixed -- cgit v1.2.3