diff --git a/src/controllers/templates/Register.js b/src/controllers/templates/Register.js
index 294329e42e822ab886f49bbd18719c85faa9a2d3..53d1ad12190e65eb5acd4c5c710d9011aa715b2a 100644
--- a/src/controllers/templates/Register.js
+++ b/src/controllers/templates/Register.js
@@ -22,7 +22,8 @@ module.exports = {
         PasswordMismatch: 'PasswordMismatch',
         TooShort: 'TooShort',
         Missing: 'Missing',
-        InUse: 'InUse'
+        InUse: 'InUse',
+        Length: 'Length'
     },
 
     getInitialState: function() {