Merge pull request #306 from trdarr/hide-http-password

Hide basic auth password for HTTP status checks
This commit is contained in:
David Buxton 2016-01-29 09:48:59 +00:00
commit 2a6752e72e

View File

@ -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={