This post originated from an RSS feed registered with .NET Buzz
by David Cumps.
Original Post: Modified MVC AccountController for Preview 5
Feed Title: David Cumps
Feed URL: http://weblogs.asp.net/cumpsd/rss?containerid=12
Feed Description: A Student .Net Blog :p
I just downloaded the ASP.NET MVC Preview 5 bits from Codeplex and started on my first experiment.
One of the first things I did was to modify the default AccountController to use the new Form Posting and Form Validation features of the Preview 5, somebody probably overlooked updating those :)
If anyone else wants the reworked code, feel free to copy paste.
Note this was something done during lunch break in a hurry, it seems to all work logically, but it's possible I'll have to tune it a bit later on.