mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
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:
@@ -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,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 %}
|
||||
|
||||
Reference in New Issue
Block a user