aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Can ASP.NET Identity 2.1 be made to use MVC UI not Web Pages? #1949

Closed A51UK closed 6 years ago

A51UK commented 6 years ago

I just try out the ASP.NET Identity 2.1, and was think of upgrade a project from Identity 2.0 to Identity 2.1 but found that it have been turn to the Web Pages Modal not the MVC one, is there a way to pick which ASP.NET Identity 2.1 UI modal to use (e.g. MVC not Web Pages)? If not it would be a good think to added in the next update.

blowdart commented 6 years ago

When you scaffold? No, not right now. There's been some discussion of giving two scaffold options, but it's dependent on offsetting other work, but this is really a scaffolding question, so moving there.

blowdart commented 6 years ago

This issue was moved to aspnet/Scaffolding#864