Initial commit

This commit is contained in:
2026-05-29 17:49:25 +09:00
commit 330105cb27
1081 changed files with 148694 additions and 0 deletions
@@ -0,0 +1,23 @@
= 비밀번호 관리
== 개요
ID/PW 로그인시 사용하는 비밀번호의 변경 및 초기화가 가능하다.
=== 비밀번호 변경
로그인된 상태에서 비밀번호 변경이 가능하다.
image::pwdChange.png[]
=== 비밀번호 초기화
로그아웃된 상태에서 ID/PWD 로그인시 비밀번호 초기화를 할 수 있다. +
이메일로 임시 비밀번호가 발송된다.
[cols=2*a]
|===
|
.로그인 화면
image::pwdReset_01.png[]
|
.비밀번호 초기화 화면
image::pwdReset_02.png[]
|===