diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 7dca3d9b4..aa301d081 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -537,7 +537,7 @@ angular.module('syncthing.core') && guiCfg.authMode !== 'ldap' && !guiCfg.insecureAdminAccess; - if (guiCfg.user && guiCfg.password) { + if ((guiCfg.user && guiCfg.password) || guiCfg.authMode === 'ldap') { $scope.dismissNotification('authenticationUserAndPassword'); } }