gitlab-org--gitlab-foss/changelogs/unreleased/sh-guard-read-only-user-updates.yml
Stan Hu 46e6a9f8a0 Don't attempt to update user tracked fields if database is in read-only
With Geo, attempting to view an endpoint with a user could result in an
Error 500 since Devise attempts to update the last sign-in IP and other
details.

Closes gitlab-org/gitlab-ee#4972
2018-02-17 21:30:29 -08:00

5 lines
118 B
YAML

---
title: Don't attempt to update user tracked fields if database is in read-only
merge_request:
author:
type: fixed