Hi,
I've got an ASP.NET C# application which requires authentican. I used Membership.IsApproved in order to confirm user email and also user.islockedout for password attempt. (User will be unlocked after an hour automatically)
Now I need a master lock which the website administrator can control it. He must able to lock a user whether he is approved or not and also unlocked or not which the users are not able to sign in and needs his confirmation.
Do you have any idea?