A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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?