diff --git a/NzbDrone.Web/Views/Settings/Growl.cshtml b/NzbDrone.Web/Views/Settings/Growl.cshtml index c000651e03..59f4aebf79 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 d4ffe53b08..02a79de04f 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 cdee764c03..977f780a29 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" })