Skip to content

Draft: Mark ignored columns for two settings

Eduardo Sanz García requested to merge eduardosanz/ignore-two-settings into master

What does this MR do and why?

Mark ignored columns for two settings

The content of two settings, sign_in_text and help_text, were migrated to Appearance.description in 17.0. The two fields were made read-only.

Now, we mark sign_in_text and help_text as ignored and thus preparing for dropping and complete removal.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Custom message in the sign-in page should continue to work as before:

image

How to set up and validate locally

  1. Enable a custom message: /admin/application_settings/appearance
  2. On an incognito window go to: /users/sign_in
Edited by Eduardo Sanz García

Merge request reports