summaryrefslogtreecommitdiffstats
path: root/modules/base/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/base.go')
-rw-r--r--modules/base/base.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base/base.go b/modules/base/base.go
index 3e80a436e4..e6befb83fd 100644
--- a/modules/base/base.go
+++ b/modules/base/base.go
@@ -45,6 +45,7 @@ func (this *BindingErrors) Combine(other BindingErrors) {
const (
BindingRequireError string = "Required"
BindingAlphaDashError string = "AlphaDash"
+ BindingAlphaDashDotError string = "AlphaDashDot"
BindingMinSizeError string = "MinSize"
BindingMaxSizeError string = "MaxSize"
BindingEmailError string = "Email"