Hide basic auth password for HTTP status checks

This commit is contained in:
Thomas Darr 2016-01-28 18:37:56 +01:00
parent 519f525979
commit 0572b49b3a

View File

@ -219,7 +219,7 @@ class HttpStatusCheckForm(StatusCheckForm):
'username': forms.TextInput(attrs={ 'username': forms.TextInput(attrs={
'style': 'width: 30%', 'style': 'width: 30%',
}), }),
'password': forms.TextInput(attrs={ 'password': forms.PasswordInput(attrs={
'style': 'width: 30%', 'style': 'width: 30%',
}), }),
'text_match': forms.TextInput(attrs={ 'text_match': forms.TextInput(attrs={