mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
Add inline comment explaining presence of field
This commit is contained in:
@@ -17,6 +17,11 @@ Create an account
|
|||||||
<span class="nowrap">{{invited_user.email_address}}</span>
|
<span class="nowrap">{{invited_user.email_address}}</span>
|
||||||
</p>
|
</p>
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
|
{#
|
||||||
|
This field is to enable password managers to capture the username as
|
||||||
|
well as the password, but should not be visible to users, nor should
|
||||||
|
the view process the input.
|
||||||
|
#}
|
||||||
<div class="visually-hidden">
|
<div class="visually-hidden">
|
||||||
<input type="email" name="username" id="username" value="{{ invited_user.email_address }}" disabled="disabled" tabindex="-1" aria-hidden="true" autocomplete="username" />
|
<input type="email" name="username" id="username" value="{{ invited_user.email_address }}" disabled="disabled" tabindex="-1" aria-hidden="true" autocomplete="username" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user