From cf999b5d8e843ee1ba205934803ca8e736660e12 Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Tue, 11 Aug 2020 11:26:31 +0100
Subject: [PATCH] Add inline comment explaining presence of field
---
app/templates/views/register-from-invite.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html
index b02e3bf9e..ae88fdd6d 100644
--- a/app/templates/views/register-from-invite.html
+++ b/app/templates/views/register-from-invite.html
@@ -17,6 +17,11 @@ 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.
+ #}