Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi everyone, I’m trying to unlock a member, I was thinking something like this would be ok;
MembershipUser currentUser = Membership.GetUser(model.Username.ToLower()); currentUser.UnlockUser();
I’ve not tested it yet just wondering if there is a better way, any pointers much appreciated.
Tom
Hi Tom,
Is it required that you unlock a Member in code?
Or can you unlock them via the backend of the CMS?
Thanks
Craig
Hi Craig, I need to unlock member by code.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Unlock a Member
Hi everyone, I’m trying to unlock a member, I was thinking something like this would be ok;
I’ve not tested it yet just wondering if there is a better way, any pointers much appreciated.
Tom
Hi Tom,
Is it required that you unlock a Member in code?
Or can you unlock them via the backend of the CMS?
Thanks
Craig
Hi Craig, I need to unlock member by code.
Tom
is working on a reply...