From 6fca70378934be2f82ce7b952831d3b4828ef791 Mon Sep 17 00:00:00 2001 From: apple Date: Fri, 16 Feb 2024 11:35:58 -0600 Subject: [PATCH 1/2] Remove FOLIO migration message for PIN users --- app/views/reset_pins/index.html.erb | 8 -------- app/views/sessions/index.html.erb | 9 --------- 2 files changed, 17 deletions(-) diff --git a/app/views/reset_pins/index.html.erb b/app/views/reset_pins/index.html.erb index 2aa32670..535c615b 100644 --- a/app/views/reset_pins/index.html.erb +++ b/app/views/reset_pins/index.html.erb @@ -1,12 +1,4 @@

Reset/Request PIN

-
-

- Stanford Libraries upgraded its system on August 27. -
- Proxy, fee, or courtesy account holders with a login PIN must request a new PIN. - Enter your Library ID below and submit the request. -

-
<%= form_tag reset_pin_url, method: :post do %>
<%= label_tag :library_id, 'Library ID' %> diff --git a/app/views/sessions/index.html.erb b/app/views/sessions/index.html.erb index ad193b7f..b4e29173 100644 --- a/app/views/sessions/index.html.erb +++ b/app/views/sessions/index.html.erb @@ -10,15 +10,6 @@

<%= proxy_login_header %>

-
-

- Stanford Libraries upgraded its system on August 27. -
- Account holders with a login PIN must request a new PIN. -
- Select "Request a PIN" below. -

-
<%= link_to 'Log in with PIN', login_url, class: 'btn btn-secondary' %> <%= link_to 'Request a PIN', reset_pin_path, class: 'btn btn-link' %>
From 4812d430a37e333545c9e85603bcc8f5624f7120 Mon Sep 17 00:00:00 2001 From: apple Date: Fri, 16 Feb 2024 11:38:06 -0600 Subject: [PATCH 2/2] Remove folio_migration setting and message display --- app/views/shared/_unavailable.html.erb | 6 ------ config/settings.yml | 1 - 2 files changed, 7 deletions(-) diff --git a/app/views/shared/_unavailable.html.erb b/app/views/shared/_unavailable.html.erb index b3bd7c23..15e6dba9 100644 --- a/app/views/shared/_unavailable.html.erb +++ b/app/views/shared/_unavailable.html.erb @@ -1,11 +1,5 @@
- <% if Settings.folio_migration %> -

Unavailable due to system upgrade

-

My Library Account will be unavailable August 19 through August 28 for a major system upgrade. <%= link_to 'More information', 'https://library.stanford.edu/news/major-system-upgrade-august-19-27' %>

-

If you need help with your account, email greencirc@stanford.edu or call (650) 723-1493.

- <% else %>

Temporarily unavailable

We're sorry, My Library Account is unavailable while its underlying systems are undergoing maintenance.

If you need help with your account, email greencirc@stanford.edu or call (650) 723-1493.

- <% end %>
diff --git a/config/settings.yml b/config/settings.yml index b6dde623..2859a9cd 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,5 +1,4 @@ debug: false -folio_migration: false borrow_direct: api_key: ''