Merge pull request #1452 from GSA/1442-bug-adjust-emailpassword-settings-to-reflect-logingov

Bug: Adjust email/password Settings to reflect Login.gov
This commit is contained in:
Carlo Costino
2024-04-19 14:36:51 -04:00
committed by GitHub
3 changed files with 5 additions and 20 deletions

View File

@@ -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) }}

View File

@@ -65,4 +65,9 @@
{% endcall %}
</div>
<h2>Sign-in method</h2>
<p>Your username, password, and multi-factor authentication options are handled by Login.gov. </p>
<p>To make changes, head to <a href="https://secure.login.gov/">Login.gov</a>
and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.</p>
{% endblock %}