Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -74,8 +74,10 @@
        public readonly static string ControlFailure = ", fail to control.";
        //网关无响应,请重试!
        public readonly static string GatewayNoResponse = "No response from gateway, please try again!";
        //密码必须为8-20个字符,包含字母、数字和符号
        public readonly static string PasswordStrengthNotMatch = "8-20 characters for password, including character, numbers, symbols";
        //密码必须是8-20个字符,包括至少一个大小写字母,数字和特殊字符。
        public readonly static string PasswordStrengthNotMatch = "The password must be 8-20 characters, including at least one uppercase and lowercase letters, numbers and special characters.";
        //密码不能包含用户名
        public readonly static string PasswordNotUsername = "Password cannot contain username";
        
    }