diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html index 65afb6edd..ae88fdd6d 100644 --- a/app/templates/views/register-from-invite.html +++ b/app/templates/views/register-from-invite.html @@ -17,6 +17,14 @@ Create an account {{invited_user.email_address}}
{% 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. + #} +