크롬에서
아이디 비번 저장 한 경우,
<input type="password" id="user_pwd" name="user_pwd" autocomplete="off">
이게 한개면 자동으로 세팅된다.
그래서 가짜 패스워드를 만들어 주면 된다.
<input type="password" id="user_pwd_fake" name="user_pwd_fake" autocomplete="off" style="display: none;">
<input type="password" id="user_pwd" name="user_pwd" autocomplete="off">
댓글 없음:
댓글 쓰기