We have implemented a Custom Membership provider and have a change password control on a webpage that uses this provider. The ChangePassword method in this membership provider class checks some busine
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
First off, I\'m not entirely sure that my question title is very descriptive, so my apologies for that.
I\'m using the membership provider to create a new user. The membership status I return can be any value from 0 to 11, each value being a different status.
I am trying to set minimum password requirements for my membership provider in Umbraco. Currently my web.config membership section looks like this:
Has anyone had any experience trying to write a custom Membership Provider for the Umbraco back office? I\'ve run into all sorts of trouble trying to make this happen. You can see some more details he
I have a task of dealing with security on my .Net web application, the way it is to work is that if the user is logged in to Active Directory and the users AD name is in a database then they will be l
I am in the process of creating a custom membership provider for an ASP.Net MVC website. The provider is being created as a separate class as part of a bigger library. There is a need for the back-end
I\'m working on this project that an admin user can create some User\'s Groups that will be working as the project roles.