mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -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>
|
||||
</p>
|
||||
{% 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">
|
||||
<input type="email" name="username" id="username" value="{{ invited_user.email_address }}" disabled="disabled" tabindex="-1" aria-hidden="true" autocomplete="username" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user