Top "Membership" questions

Queries regarding The fact of being a member of a group.

How can you test if an ASP.NET membership password will meet configured complexity requirements?

I have a ASP.NET page which allows an administrator to change the password for a user. Since the administrator …

asp.net security membership
Implement Custom MembershipUser and Custom MembershipProvider

I try to implement a Custom MembershipPriver with a Custom MemberShipUser in my own database (with a specifics Users Table …

c# asp.net asp.net-membership membership membershipuser
Disabling account lockout with the SqlMembershipProvider

How do I disable the account lockout feature of the SqlMembershipProvider? The MSDN documentation for the MaxInvalidPasswordAttempts property does not …

asp.net asp.net-membership membership sqlmembershipprovider
Sitecore Custom User Profile - where is it stored how can it be queried

I have created a custom User profile template and object in the core database in Sitecore (as per the Security …

membership sitecore
ASP.NET Membership ChangePassword control - Need to check for previous password

I have a new table that hold old passwords, I need to check if there is a match. If there …

c# asp.net-membership membership membership-provider
How to remove device from apple developer account while resetting device list

We have already reached to iPhone device limit so we are not able to add new iPhone to our developer …

ios iphone device membership iphone-developer-program
asp.net c# membership: how to do a GetUsersInRoles (multiple roles)H

I want do a "GetUsersInRoles", i.e. I want to find all MembershipUser's having at least one of the roles …

c# asp.net linq membership roles
Change username in MVC 5

I am using ASP.NET MVC5 and Identity 2.0 (beta). It is possible for users to change the username? I am …

identity membership username asp.net-mvc-5.1
what is the best way to make some pages in asp.net require login?

I am working with asp.net website project that some of pages need authentication. I am using asp.net membership. …

asp.net authentication membership
How should I manage membership in my ASP.NET MVC 4 app?

As I'm in the process of creating my first ASP.NET MVC 4 Internet application, I'm wondering how to best manage …

asp.net-mvc asp.net-membership asp.net-mvc-4 membership