Skip to content

Fix user search field in OAuthCredentials admin

Erwan Rouchet requested to merge fix-oauthcredentials-admin-search into master

Closes #1538 (closed)

This applies the same fix as in !1637 (merged), bypassing PostgreSQL's troubles with a case-insensitive LIKE on the case-insensitive email field by making the email case-sensitive again. Rube Goldberg would be proud.

Merge request reports

Loading