From 0572b49b3a2f937803a2a96b2ae1f166aeb4bb23 Mon Sep 17 00:00:00 2001 From: Thomas Darr Date: Thu, 28 Jan 2016 18:37:56 +0100 Subject: [PATCH] Hide basic auth password for HTTP status checks --- cabot/cabotapp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabot/cabotapp/views.py b/cabot/cabotapp/views.py index f79d8e5..798a7b4 100644 --- a/cabot/cabotapp/views.py +++ b/cabot/cabotapp/views.py @@ -219,7 +219,7 @@ class HttpStatusCheckForm(StatusCheckForm): 'username': forms.TextInput(attrs={ 'style': 'width: 30%', }), - 'password': forms.TextInput(attrs={ + 'password': forms.PasswordInput(attrs={ 'style': 'width: 30%', }), 'text_match': forms.TextInput(attrs={