Update password field in db, set null for uninitialized

This commit is contained in:
2013-02-12 20:22:49 -05:00
parent e2498b5270
commit 709ec249a2
8 changed files with 83 additions and 15 deletions
+8
View File
@@ -0,0 +1,8 @@
using System;
namespace MileageTraker.Web.DAL
{
public class UninitializedAccountException : Exception
{
}
}