Index: ssts-web/src/main/webapp/systemmanage/userFormExt.js =================================================================== diff -u -r28926 -r28961 --- ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 28926) +++ ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 28961) @@ -59,10 +59,6 @@ if(Ext.isEmpty(id)){ var passwdValue = Ext.getCmp('passwd').getValue(); var confirmpwdValue = Ext.getCmp('confirmpwd').getValue(); - /*if(testPasswordReg(passwdValue)){ - alert("密码必须是数字与字母组合,长度不小于8"); - return false; - }*/ if(passwdValue!= confirmpwdValue){ alert("两次输入密码不相同,请重新输入!"); Ext.getCmp('confirmpwd').setValue("");