Skip to content

Commit

Permalink
Merge pull request arachnys#306 from trdarr/hide-http-password
Browse files Browse the repository at this point in the history
Hide basic auth password for HTTP status checks
  • Loading branch information
dbuxton committed Jan 29, 2016
2 parents 519f525 + 0572b49 commit 2a6752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabot/cabotapp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class Meta:
'username': forms.TextInput(attrs={
'style': 'width: 30%',
}),
'password': forms.TextInput(attrs={
'password': forms.PasswordInput(attrs={
'style': 'width: 30%',
}),
'text_match': forms.TextInput(attrs={
Expand Down

0 comments on commit 2a6752e

Please sign in to comment.