holyprin / Holyprin.Web.Security

ASP.NET Code-First Membership Provider with basic model abstraction
12 stars 3 forks source link

Included User controller/views not working #1

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi!

Great to see a new release, it's better than the first one and I'm using this for a new NuGet Quickstart package. https://www.nuget.org/packages/quickstart.mvc3.unity.ef.holyprinwebsecurity

It's great that there arealso some basic admin functions included (managing roles etc). But creating/editing users does not work. It gives a datetime error.

I hope you can fix this, so it can be included in the NuGet package.

holyprin commented 12 years ago

Thanks for pointing that out, I ported those controllers from the old system apparently forgot to check them. I will see what I can do about updating it when I get home tonight.

holyprin commented 12 years ago

I just updated the demo code that fixed the edit user issues, I have not implemented any password functions in the demo yet. I plan on maybe building a custom MembershipUser on top of this to make it much more customizable.