Hi all
Has anyone built or used a custom UsersMembershipProvider?
We have the following requirements and I was wondering if there was one out there which could meet all or some of the requirements.
Passwords will expire every 90 days
Be different to the previous 4 passwords
Contain a minimum of 8 characters
Contain at least three of the following four classes:
Did you succeed with Custom UsersMembershipProvider? We need to create custom UsersMembershipProvider for checking login data through external web service.
Custom UsersMembershipProvider
Hi all Has anyone built or used a custom UsersMembershipProvider? We have the following requirements and I was wondering if there was one out there which could meet all or some of the requirements.
Thanks in advance.
Paul
Hi Paul
Did you succeed with Custom UsersMembershipProvider? We need to create custom UsersMembershipProvider for checking login data through external web service.
Thanks,
Alex
No, sorry. We didn't do it in the end.
Paul
Apparently it's not easy to find a way to implement custom UsersMembershipProvider
is working on a reply...