Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
This made through the membership provider:
var user = Membership.GetUser(userName); user.IsApproved = true; Membership.UpdateUser(user);
In Episerver CMS you can check/uncheck the users active state by editing the user.
But how can you do this from code?