Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch V2: UserManager.Users is null #30

Open
dalton5 opened this issue Aug 23, 2015 · 0 comments
Open

Branch V2: UserManager.Users is null #30

dalton5 opened this issue Aug 23, 2015 · 0 comments

Comments

@dalton5
Copy link

dalton5 commented Aug 23, 2015

Hi,

I have setup branch V2 in my project. I can register users. It works perfectly.

However, when I use my usermanager and want to get all the users, the property is null.

I have one user in my mongo db.

Would you know what is the cause?

Is it a bug?

My init setup:

 // Configure the db context and user manager to use a single instance per request
//app.CreatePerOwinContext(ApplicationDbContext.Create);
app.CreatePerOwinContext<ApplicationUserManager>(ApplicationUserManager.Create);

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant