- 취약점 조치
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
<th >Keystore 비밀번호 <span style="color:red">*</span></th>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<input type="password" name="keystorePassword" id="keystorePassword" data-required data-warning="Keystore 비밀번호를 입력하여 주십시오." style="width: calc(100% - 20px);" />
|
||||
<input type="password" name="keystorePassword" id="keystorePassword" data-required data-warning="Keystore 비밀번호를 입력하여 주십시오." style="width: calc(100% - 20px);" autocomplete="new-password"/>
|
||||
<span class="input-group-text" style="cursor: pointer;" id="toggleKeystorePassword">
|
||||
<i class="bi bi-eye"></i>
|
||||
</span>
|
||||
@@ -338,7 +338,7 @@
|
||||
<th>Truststore 비밀번호</th>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<input type="password" name="truststorePassword" id="truststorePassword" style="width: calc(100% - 20px);" />
|
||||
<input type="password" name="truststorePassword" id="truststorePassword" style="width: calc(100% - 20px);" autocomplete="new-password"/>
|
||||
<span class="input-group-text" style="cursor: pointer;" id="toggleTruststorePassword">
|
||||
<i class="bi bi-eye"></i>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user