PasswordPolicyValidator

This commit is contained in:
Crystal.Sea
2020-08-26 17:42:14 +08:00
parent 0fa2bd0f8d
commit 05a517a7a0
3 changed files with 9 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<tr>
<td>
<div>
<form id="actionForm" method="post" type="label" autoclose="true" action="<@base/>/safe/changeExpiredPassword">
<form method="post" type="label" autoclose="true" action="<@base/>/safe/changeExpiredPassword">
<table class="table table-bordered" >
<tbody>

View File

@@ -16,7 +16,7 @@
<tr>
<td>
<form id="actionForm" method="post" type="label" autoclose="true" action="<@base/>/safe/changeInitPassword">
<form method="post" type="label" autoclose="true" action="<@base/>/safe/changeInitPassword">
<table class="table table-bordered" >
<tbody>
@@ -52,7 +52,7 @@
<tr>
<td colspan="2" class="center">
<input id="_method" type="hidden" name="_method" value="post"/>
<input class="button btn btn-lg btn-primaryk" style="width:100px" type="submit" id="submitBtn" value=" code="button.text.save" />"/>
<input class="button btn btn-lg btn-primary" style="width:100px" type="submit" id="submitBtn" value="<@locale code="button.text.save" />"/>
</td>
</tr>