• <{input type="password" name="login_password" maxlength="20" placeholder="6-20个字符" autofocus="autofocus" vtype="required&&minLength:6&&maxLength:20" data-caution="请填写新密码,6-20个字符&&输入不正确,最少6个字符&&输入不正确,最多20个字符" check="true"}>
  • <{input type="password" name="psw_confirm" id="" maxlength="20" placeholder="再次输入新密码" vtype="equal:pam_account[login_password]" data-caution="两次密码输入不相符,请重新输入"}>
  • <{button type="submit" rel="_request" data-ajax-config="{onSuccess:function(rs){changeStep(rs);}}" class="btn-simple btn-big" label="确 定"}>