Add registration page

This commit is contained in:
2019-12-15 21:18:51 -05:00
parent 16c4fe8999
commit 7a4946f4f4
13 changed files with 298 additions and 81 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Web.Mvc;
namespace LeafWeb.WebCms.Controllers
{
// http://stackoverflow.com/a/9036075/99492
// TODO http://stackoverflow.com/a/9036075/99492
public class EnforceTrueAttribute : ValidationAttribute, IClientValidatable
{
public override bool IsValid(object value)