mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
content changes to reflect Login.gov
This commit is contained in:
@@ -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) }}
|
||||
|
||||
@@ -65,4 +65,8 @@
|
||||
{% endcall %}
|
||||
</div>
|
||||
|
||||
<h2>Sign-in method</h2>
|
||||
<p>Your username, password, and multi-factor authentication options are handled by Login.gov. 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 %}
|
||||
|
||||
Reference in New Issue
Block a user