취약점 autocomplete="off"
This commit is contained in:
parent
3856b740cd
commit
4a4c5db955
@ -590,7 +590,7 @@ function fn_attfileSet(){
|
||||
<tr>
|
||||
<th><label for="password2"><c:out value='${title}' /></label> <span class="pilsu">*</span></th>
|
||||
<td class="left">
|
||||
<input name="password2" id="password2" title="<c:out value='${title}' /> <c:out value='${inputTxt}' />" type="password" size="50" maxlength="20" value="keri1021" />
|
||||
<input name="password2" id="password2" title="<c:out value='${title}' /> <c:out value='${inputTxt}' />" type="password" autocomplete="off" size="50" maxlength="20" value="keri1021" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 비밀번호힌트 -->
|
||||
|
||||
@ -487,7 +487,7 @@ function wrapWindowByMask(){
|
||||
<tr>
|
||||
<th><span class="reqArea">비밀번호확인</span></th>
|
||||
<td colspan="3">
|
||||
<input name="password2" id="password2" title="비밀번호확인" type="password" size="50" maxlength="20" />
|
||||
<input name="password2" id="password2" title="비밀번호확인" type="password" autocomplete="off" size="50" maxlength="20" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -474,7 +474,7 @@ function wrapWindowByMask(){
|
||||
<tr>
|
||||
<th><span class="reqArea">비밀번호확인</span></th>
|
||||
<td colspan="3">
|
||||
<input name="password2" id="password2" title="비밀번호확인" type="password" size="50" maxlength="20" />
|
||||
<input name="password2" id="password2" title="비밀번호확인" type="password" autocomplete="off" size="50" maxlength="20" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -105,13 +105,13 @@ function fnUpdate(){
|
||||
<tr>
|
||||
<th><span class="reqArea">새로운 비밀번호</span></th>
|
||||
<td colspan="3">
|
||||
<input name="newPassword" id="newPassword" title="새로운 비밀번호" type="password" size="20" value="" maxlength="100" />
|
||||
<input name="newPassword" id="newPassword" title="새로운 비밀번호" type="password" autocomplete="off" size="20" value="" maxlength="100" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="reqArea">비밀번호 확인</span></th>
|
||||
<td colspan="3">
|
||||
<input name="newPassword2" id="newPassword2" title="비밀번호확인" type="password" size="20" value="" maxlength="100" />
|
||||
<input name="newPassword2" id="newPassword2" title="비밀번호확인" type="password" autocomplete="off" size="20" value="" maxlength="100" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -112,7 +112,7 @@ function fn_id_check(){
|
||||
<span>개인정보 보안확인</span>
|
||||
</div>
|
||||
<div class="id_check2">
|
||||
<span>계정 비밀번호</span><input type="password" id="checkIdModal" >
|
||||
<span>계정 비밀번호</span><input type="password" autocomplete="off" id="checkIdModal" >
|
||||
</div>
|
||||
<div class="id_check3">
|
||||
<button onclick="fn_id_check(); return false;">확인</button>
|
||||
|
||||
@ -243,7 +243,7 @@ function viewContent(flag) {
|
||||
<input disabled="disabled" type="text" class="input_style" maxlength="25" title="아이디를 입력하세요." id="user_id" name="user_id" />
|
||||
</li>
|
||||
<li>
|
||||
<input disabled="disabled" type="password" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
<input disabled="disabled" type="password" autocomplete="off" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="btn_area">
|
||||
|
||||
@ -213,7 +213,7 @@ function fnPopupCheck(popupId , typeFlag) {
|
||||
<input disabled="disabled" type="text" class="input_style" maxlength="25" title="아이디를 입력하세요." id="user_id" name="user_id" />
|
||||
</li>
|
||||
<li>
|
||||
<input disabled="disabled" type="password" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
<input disabled="disabled" type="password" autocomplete="off" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="btn_area">
|
||||
|
||||
@ -224,7 +224,7 @@ function onlyNumber(thisObj) {
|
||||
<div class="pw_box">
|
||||
<p>PASSWORD</p>
|
||||
<label for="password_text"></label>
|
||||
<input type="password" id="password_text" value="<c:out value='${password}'/>" placeholder="비밀번호를 입력해주세요." class="pw" onkeydown="javascript:if (event.keyCode == 13) { actionLogin();return false; }">
|
||||
<input type="password" autocomplete="off" id="password_text" value="<c:out value='${password}'/>" placeholder="비밀번호를 입력해주세요." class="pw" onkeydown="javascript:if (event.keyCode == 13) { actionLogin();return false; }">
|
||||
</div>
|
||||
<c:if test="${mode eq 'OTP'}">
|
||||
<div class="id_box otp_phone_box">
|
||||
|
||||
@ -130,7 +130,7 @@ function validation(){
|
||||
<div class="pw_box">
|
||||
<p>PASSWORD</p>
|
||||
<label for="password_text"></label>
|
||||
<input type="password" id="password_text" value="<c:out value='${password}'/>" placeholder="비밀번호를 입력해주세요." class="pw" onkeydown="javascript:if (event.keyCode == 13) { actionLogin();return false; }">
|
||||
<input type="password" autocomplete="off" id="password_text" value="<c:out value='${password}'/>" placeholder="비밀번호를 입력해주세요." class="pw" onkeydown="javascript:if (event.keyCode == 13) { actionLogin();return false; }">
|
||||
</div>
|
||||
<div class="saveId">
|
||||
<input type="checkbox" id="checkId" name="checkId">
|
||||
|
||||
@ -95,7 +95,7 @@ function usrIdPassFind(choose){
|
||||
<input type="text" id="id_text" placeholder="아이디를 입력해주세요" value="GUEST">
|
||||
<label for="password_text">비밀번호 입력</label>
|
||||
<!-- <input type="password" id="password_text" onkeypress="press(event)" placeholder="비밀번호를 입력해주세요"> -->
|
||||
<input type="password" id="password_text" onkeypress="press(event)" placeholder="비밀번호를 입력해주세요" value="guest">
|
||||
<input type="password" autocomplete="off" id="password_text" onkeypress="press(event)" placeholder="비밀번호를 입력해주세요" value="guest">
|
||||
<div class="btn_wrap">
|
||||
<button type="button" onclick="javascript:actionLogin();" class="btn_login">로그인</button>
|
||||
<%-- <button type="button" onclick="window.open('<c:out value='${joinUrl}'/>')" title="새창열림" class="btn_join">회원가입</button> --%>
|
||||
|
||||
@ -386,7 +386,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||
<p id="passwordText" data-l10n-id="password_label">Enter the password to open this PDF file:</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<input type="password" id="password" class="toolbarField">
|
||||
<input type="password" autocomplete="off" id="password" class="toolbarField">
|
||||
</div>
|
||||
<div class="buttonRow">
|
||||
<button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button>
|
||||
|
||||
@ -63,7 +63,7 @@ function actionLogin() {
|
||||
</select><br></br>
|
||||
<div class="login_form">
|
||||
<input type="text" id="id_text" placeholder="아이디를 입력해주세요" readonly="readonly">
|
||||
<input type="password" id="password_text" placeholder="비밀번호를 입력해주세요" readonly="readonly">
|
||||
<input type="password" autocomplete="off" id="password_text" placeholder="비밀번호를 입력해주세요" readonly="readonly">
|
||||
<div class="btn_wrap">
|
||||
<button type="button" onclick="javascript:actionLogin();" class="btn_login">로그인</button>
|
||||
<button type="button" onclick="window.open('<c:out value='${joinUrl}'/>')" title="새창열림" class="btn_join">회원가입</button>
|
||||
|
||||
@ -171,7 +171,7 @@ function usrIdPassFind(choose){
|
||||
<label for="id_text">아이디 입력</label>
|
||||
<input type="text" id="id_text" placeholder="아이디를 입력해주세요">
|
||||
<label for="password_text">비밀번호 입력</label>
|
||||
<input type="password" id="password_text" onkeypress="press(event)" placeholder="비밀번호를 입력해주세요">
|
||||
<input type="password" autocomplete="off" id="password_text" onkeypress="press(event)" placeholder="비밀번호를 입력해주세요">
|
||||
<div class="btn_wrap">
|
||||
<button type="button" onclick="javascript:actionLogin();" class="btn_login">로그인</button>
|
||||
<button type="button" onclick="window.open('<c:out value='${joinUrl}'/>')" title="새창열림" class="btn_join">회원가입</button>
|
||||
|
||||
@ -51,7 +51,7 @@ function actionLogin() {
|
||||
<label for="login_id">아이디 입력</label>
|
||||
<input class="login_id" id="id_text" placeholder="아이디" type="text" onkeypress="press(event);"/>
|
||||
<label for="login_pw">비밀번호</label>
|
||||
<input class="login_pw" id="password_text" placeholder="비밀번호" type="password" onkeypress="press(event);"/>
|
||||
<input class="login_pw" id="password_text" placeholder="비밀번호" type="password" autocomplete="off" onkeypress="press(event);"/>
|
||||
<a class="btn_login" href="javascript:actionLogin();" title="로그인">
|
||||
<span>로그인</span>
|
||||
</a>
|
||||
|
||||
@ -26,11 +26,11 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">비밀번호 *</th>
|
||||
<td><input class="in_w20" id="userPw" name="password" type="password" /> * 8자~12자, 영문, 숫자, 특수문자 사용</td>
|
||||
<td><input class="in_w20" id="userPw" name="password" type="password" autocomplete="off" /> * 8자~12자, 영문, 숫자, 특수문자 사용</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">비밀번호 확인 *</th>
|
||||
<td><input class="in_w20" id="userPw2" name="password2" type="password" /></td>
|
||||
<td><input class="in_w20" id="userPw2" name="password2" type="password" autocomplete="off" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -81,9 +81,9 @@ function validatePassword(character) {
|
||||
<div class="set1">
|
||||
<div class="e1 type">
|
||||
<label for="userId1">아이디</label><p class="tit1 tal fb"><c:out value="${resultVO.id}" /></p>
|
||||
<label for="userName1">새 비밀번호</label><p><input type="password" name="password" id="userName1" placeholder="비밀번호 입력" class="inp" onkeypress="press(event);" /></p>
|
||||
<label for="userName1">새 비밀번호</label><p><input type="password" autocomplete="off" name="password" id="userName1" placeholder="비밀번호 입력" class="inp" onkeypress="press(event);" /></p>
|
||||
<span class="ex">8자~12자, 영문, 숫자, 특수문자 사용</span>
|
||||
<label for="userEmail1">비밀번호재확인</label><p><input type="password" name="password2" id="userEmail1" placeholder="비밀번호재확인 입력" class="inp" onkeypress="press(event);" /></p>
|
||||
<label for="userEmail1">비밀번호재확인</label><p><input type="password" autocomplete="off" name="password2" id="userEmail1" placeholder="비밀번호재확인 입력" class="inp" onkeypress="press(event);" /></p>
|
||||
</div>
|
||||
<div class="btnSet tac mt20">
|
||||
<a href="javascript:actionLogin();" class="b-base b-md">비밀번호 변경</a>
|
||||
|
||||
@ -275,11 +275,11 @@ function valiConfig(){ //설정 체크
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">비밀번호 *</th>
|
||||
<td><input class="in_w20" id="userPw" name="password" type="password" /> * 8자~12자, 영문, 숫자, 특수문자 사용</td>
|
||||
<td><input class="in_w20" id="userPw" name="password" type="password" autocomplete="off" /> * 8자~12자, 영문, 숫자, 특수문자 사용</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">비밀번호 확인 *</th>
|
||||
<td><input class="in_w20" id="userPw2" name="password2" type="password" /></td>
|
||||
<td><input class="in_w20" id="userPw2" name="password2" type="password" autocomplete="off" /></td>
|
||||
</tr>
|
||||
<tr class="memConfig">
|
||||
<th scope="row">이메일 <c:if test="${'Y' eq result.neceYn}"><span class="star_t">*</span></c:if></th>
|
||||
|
||||
@ -185,14 +185,14 @@ $( document ).ready(function(){
|
||||
<dl>
|
||||
<dt><label for="userPw">비밀번호<span class="req"><span>필수입력</span></span></label></dt>
|
||||
<dd>
|
||||
<input type="password" name="password" class="inp" id="userPw" />
|
||||
<input type="password" name="password" autocomplete="off" class="inp" id="userPw" />
|
||||
<p class="fs">8자~12자, 영문, 숫자, 특수문자 사용</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="userPw2">비밀번호 확인<span class="req"><span>필수입력</span></span></label></dt>
|
||||
<dd>
|
||||
<input type="password" name="password2" class="inp" id="userPw2" />
|
||||
<input type="password" name="password2" autocomplete="off" class="inp" id="userPw2" />
|
||||
<!-- <span class="fs caution">비밀번호가 일치하지 않습니다.</span> -->
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@ -242,7 +242,7 @@ function viewContent(flag) {
|
||||
<input disabled="disabled" type="text" class="input_style" maxlength="25" title="아이디를 입력하세요." id="user_id" name="user_id" />
|
||||
</li>
|
||||
<li>
|
||||
<input disabled="disabled" type="password" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
<input disabled="disabled" type="password" autocomplete="off" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="btn_area">
|
||||
|
||||
@ -212,7 +212,7 @@ function fnPopupCheck(popupId , typeFlag) {
|
||||
<input disabled="disabled" type="text" class="input_style" maxlength="25" title="아이디를 입력하세요." id="user_id" name="user_id" />
|
||||
</li>
|
||||
<li>
|
||||
<input disabled="disabled" type="password" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
<input disabled="disabled" type="password" autocomplete="off" class="input_style" maxlength="25" title="비밀번호를 입력하세요." id="user_password" name="user_password" />
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="btn_area">
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<label for="login_id">아이디 입력</label>
|
||||
<input class="login_id" id="login_id" placeholder="아이디" type="text" />
|
||||
<label for="login_pw">비밀번호</label>
|
||||
<input class="login_pw" id="login_pw" placeholder="비밀번호" type="password" />
|
||||
<input class="login_pw" id="login_pw" placeholder="비밀번호" type="password" autocomplete="off" />
|
||||
<a class="btn_login" href="" title="로그인">
|
||||
<span>로그인</span>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user