Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountRegistration.cs
@@ -251,6 +251,11 @@
                if (etPasswrod.Text == "" && etConfirmPassword.Text == "") {
                    new Alert ("", Language.StringByID (R.MyInternationalizationString.PleaseWriteTheCompleteContent), Language.StringByID (R.MyInternationalizationString.Close)).Show ();
                    return;
                } else if (passwordText.Contains(userName)) {
                    //密码不能包含用户名
                    new Alert ("", ErrorCode.PasswordNotUsername,
                               Language.StringByID (R.MyInternationalizationString.Close)).Show ();
                    return;
                } else if (!CommonUtlis.Current.CheckPassword(etPasswrod.Text.Trim ())) {
                    new Alert ("", ErrorCode.PasswordStrengthNotMatch,
                               Language.StringByID (R.MyInternationalizationString.Close)).Show ();