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' %>
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: ''