From 8b00adcc38f0c22ee6424c4f33762956f1e7475e Mon Sep 17 00:00:00 2001 From: Monica Cellio Date: Mon, 25 Nov 2024 12:56:25 -0500 Subject: [PATCH 1/2] removed baked-in codidact.com --- app/views/devise/sessions/new.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 2ba98c178..2b956c3c4 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -8,8 +8,7 @@ <% end %>
- Your sign-in information is the same on all - Codidact communities. + Your sign-in information is the same on all communities on this network.
<%= form_for(resource, as: resource_name, url: session_path(resource_name), method: :post) do |f| %> From 0458efb91d47fa6c283344e27f928005b7e4a1d4 Mon Sep 17 00:00:00 2001 From: Monica Cellio Date: Mon, 25 Nov 2024 13:05:32 -0500 Subject: [PATCH 2/2] added policy links to green-box notice on sign-in --- app/views/devise/sessions/new.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 2b956c3c4..f03b11ccf 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -8,7 +8,8 @@ <% end %>
- Your sign-in information is the same on all communities on this network. +

Your sign-in information is the same on all communities on this network.

+

By signing in, you agree to abide by our Terms of Service, Code of Conduct, Guidelines for promotional content, and any other policies listed in the Help Center.

<%= form_for(resource, as: resource_name, url: session_path(resource_name), method: :post) do |f| %>