From e176af10c89889492146f476fd74b725a2654d6c Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 18 Apr 2024 16:06:05 -0700 Subject: [PATCH] content changes to reflect Login.gov --- app/templates/views/service-settings.html | 16 ---------------- app/templates/views/user-profile.html | 4 ++++ 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index b13e90144..96e274c68 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -30,22 +30,6 @@ }} {% endcall %} - {% call row() %} - {{ text_field('Sign-in method') }} - {{ text_field( - 'Email link or text message code' - if 'email_auth' in current_service.permissions - else 'Text message code' - ) }} - {{ edit_field( - 'Change', - url_for('.service_set_auth_type', service_id=current_service.id), - permissions=['manage_service'], - suffix='sign-in method', - ) - }} - {% endcall %} - {% call row() %} {{ text_field('Send text messages') }} {{ boolean_field('sms' in current_service.permissions) }} diff --git a/app/templates/views/user-profile.html b/app/templates/views/user-profile.html index 88f2f1668..e22235fce 100644 --- a/app/templates/views/user-profile.html +++ b/app/templates/views/user-profile.html @@ -65,4 +65,8 @@ {% endcall %} +

Sign-in method

+

Your username, password, and multi-factor authentication options are handled by Login.gov. To make changes, head to Login.gov + and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.

+ {% endblock %}