This repository was archived by the owner on Dec 14, 2017. It is now read-only.

Description
Hello,
we want to make a CustomUserRepository based on our own database repository (no EF, Mongo or Raven). I derive this repo from QueryableUserAccountRepository, register the user & group repo's (as singletons) plus their services with the IdentityManagerServiceFactory and implement the repo-methods. I have some trouble to make it work. I manage to get the list of users on the screen but when I try to edit a single user I get Error: An error has occurred.
Some useful hints would be great.
thanks,
Vincent