All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.beangle.ems.cas.action.edit.index.ftl Maven / Gradle / Ivy

There is a newer version: 4.10.9
Show newest version
[@b.head/]
  [@b.toolbar title="修改账户密码"]
    [#if Parameters['updated']??]
    bar.addItem("退出","logout()")
    function logout(){
      document.location="${b.url('logout')}"
    }
   [/#if]
    bar.addClose();
  [/@]
  
${b.script("cryptojs","rollups/aes.js")} ${b.script("cryptojs","components/mode-ecb.js")} [@b.form name="accountForm" action="!save" theme="list" title="修改账户密码" ] [@b.field label="账户"]${principal.name} ${principal.description}[/@] [#if principal.remoteToken??] [@b.field label="密码修改建议"]建议新密码和统一身份认证密码一致。[/@] [/#if] [@b.password label="新密码" id="password" name="password" maxlength="15" onblur="checkPassword(this.value)" required="true" comment="请输入包含数字、大写字母、小写字母、特殊符号的至少两种的、8位以上的密码"/] [@b.password label="重复新密码" name="password2" maxlength="15" required="true"/] [@b.formfoot] [#if Parameters['service']??] [/#if] [@b.submit value="提交" onsubmit="valid" id="submit_button" disabled="disabled"/] [/@] [/@]
[@b.foot/]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy