diff --git a/NzbDrone.Web/Views/Settings/Growl.cshtml b/NzbDrone.Web/Views/Settings/Growl.cshtml index c000651e0..59f4aebf7 100644 --- a/NzbDrone.Web/Views/Settings/Growl.cshtml +++ b/NzbDrone.Web/Views/Settings/Growl.cshtml @@ -29,5 +29,5 @@ - @Html.TextBoxFor(m => m.GrowlPassword, new { @class = "inputClass" }) + @Html.PasswordFor(m => m.GrowlPassword, new { @class = "inputClass" }) \ No newline at end of file diff --git a/NzbDrone.Web/Views/Settings/Indexers.cshtml b/NzbDrone.Web/Views/Settings/Indexers.cshtml index d4ffe53b0..02a79de04 100644 --- a/NzbDrone.Web/Views/Settings/Indexers.cshtml +++ b/NzbDrone.Web/Views/Settings/Indexers.cshtml @@ -80,7 +80,7 @@ - @Html.TextBoxFor(m => m.NewzbinPassword, new { @class = "inputClass" }) + @Html.PasswordFor(m => m.NewzbinPassword, new { @class = "inputClass" })

Newznab

diff --git a/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml b/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml index cdee764c0..977f780a2 100644 --- a/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml +++ b/NzbDrone.Web/Views/Settings/Sabnzbd.cshtml @@ -37,7 +37,7 @@ - @Html.TextBoxFor(m => m.SabPassword, new { @class = "inputClass" }) + @Html.PasswordFor(m => m.SabPassword, new { @class = "inputClass" })