skip check

This commit is contained in:
2024-01-19 16:58:34 +01:00
parent a0d72dd36f
commit 223687cacb
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ namespace Pilz.Networking.CloudProviders.Nextcloud
{
// Try get user info & check if user is enabled
var userInfo = Cloud.GetUserInfo();
var isValid = userInfo != null && userInfo.Enabled;
var isValid = userInfo != null /*&& userInfo.Enabled*/; // Enabled is false for some (new) users but they still are able to login??
// If invalid, reset login credentials
if (!isValid)