From 1de528bcdb47126f3e685a6e90f523dfd19c5866 Mon Sep 17 00:00:00 2001 From: Halali Date: Fri, 21 Sep 2018 15:35:05 +0200 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){