From 367f5c314d1b083984d99bd75ee983cdbaabf9ce Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 21 Sep 2018 09:28:35 -0400 Subject: [PATCH] Revert "fix for not able to login when changeing from basic to form login type" This reverts commit 3a7381c0d20f8fe3a4a174b1c58e61540cfdb071. --- views/settings.tpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/views/settings.tpl b/views/settings.tpl index 3ccedffa8..392246f29 100644 --- a/views/settings.tpl +++ b/views/settings.tpl @@ -1507,12 +1507,6 @@ else { $('.auth_option').show(); }; - if ($('#settings_auth_type').val() == "form") { - $('#settings_auth_password').val(''); - } - else { - $('#settings_auth_password').val('{{settings_auth[2]}}'); - }; }); $('#settings_languages').dropdown('setting', 'onAdd', function(val, txt){