Within the Sitecore User Manager it is possible to either enable or disable specific users. I have searched a lot around the Internet to find a way to access this property programatically in C#, just as you can access the built-in property IsAdministrator like this:
Sitecore.Context.User.Profile.IsAdministrator
But I can't seem to find anything close to it!
So I would like to know if it is possible to access a property like IsActive
.
Thaks for your help!