In a recent web project we needed to implement and use custom Membership/Role providers for Active Directory since we hade some specific cases to handle. We hade no real problems creating and using these providers but we ran into a problem with Episerver.
Since the user creation in the system is complex we did not want/could't allow creation/edit from inside Episerver's admin interface. We knew that this is done for the WindowsMembershipProvider, the pages are still there but the fields are disabled and there is an info text that informs you that creation/edit is not supported with this provider. It looks like the image bellow.
So the question is how do we accomplish this with our custom providers?