Dean Leigh
07/22/2024, 6:39 AMsql
UPDATE umbracoUser
SET userdisabled = 0
WHERE id = 0; -- Replace '0' with the actual user ID
with no luck.
I am not sure if this works the same way with Cloud user?
Any thoughts?Matt Wise
07/22/2024, 7:01 AMDean Leigh
07/22/2024, 7:18 AMUPDATE [umbracoUser] SET userNoConsole = 0 WHERE UserLogin = 'user@example.com';