From 16e03af82846dd2e36aabc64fa83faa59ccefc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 14 Oct 2024 21:23:40 +0200 Subject: [PATCH] Format migration text --- .../20240829140616_migrate_oidc_settings_to_providers.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb b/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb index edbaf98b5c7d..1396d0da9fec 100644 --- a/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb +++ b/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb @@ -60,10 +60,13 @@ def migrate_provider!(name, configuration) raise <<~ERROR Failed to create or update OpenID provider #{name} from previous settings format. The error message was: #{call.message} + Please check the logs for more information and open a bug report in our community: https://www.openproject.org/docs/development/report-a-bug/ + If you would like to skip migrating the OpenID provider setting and discard them instead, you can use our documentation to unset any previous OpenID provider settings: + https://www.openproject.org/docs/system-admin-guide/authentication/openid-providers/ ERROR end