Admin help - id/email login description update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12381 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-11 09:41:40 +00:00
parent 1c8ff3f668
commit b4a5ef5816
4 changed files with 27 additions and 1 deletions

BIN
help/img/image061.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
help/img/image062.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
help/img/image063.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>XE Help</title>
<title>XE Admin Help</title>
<link rel="stylesheet" href="../common/css/bootstrap.min.css">
<style>
/* Font */
@ -41,6 +41,7 @@ body{overflow:auto}
.lnb a{display:block;padding:0 0 0 20px;color:#000;border-radius:3px}
.lnb a.active{background:#ff0}
.lnb>button{display:none}
.lnb>ol>li:last-child>ol{display:none}
@media all and (max-width:980px){
.lnb{margin-bottom:10px}
.lnb>ol{display:none}
@ -713,6 +714,31 @@ body,table,input,textarea,select,button{font-family:나눔고딕,NanumGothic,NG,
<li>XE 최초 설치시 기본페이지로 지정되어 있던 'menu1'이 '홈'으로 변경된 것을 확인할 수 있습니다.</li>
</ol>
</section>
<section class="h2">
<h1 id="UMAN_login_key">아이디 또는 이메일 로그인 설정</h1>
<p>회원이 사이트에 로그인 할 때 '이메일+비밀번호' 또는 '아이디+비밀번호' 형식으로 로그인 하는것을 관리자가 선택할 수 있습니다.</p>
<ol>
<li>'회원 &gt; 회원 설정 &gt; 회원가입 &gt; 가입 폼 관리' 항목으로 이동합니다.
<figure>
<img src="img/image061.png" width="738" height="163" alt="가입 폼 관리">
<figcaption>회원 &gt; 회원 설정 &gt; 회원가입 &gt; 가입 폼 관리</figcaption>
</figure>
</li>
<li>'아이디' 또는 '이메일 주소' 가운데 회원이 로그인 할 때 사용할 항목을 선택합니다.</li>
<li>'아이디'를 선택하면 사용자 로그인 화면에 '아이디' 입력 인풋이 표시됩니다.
<figure>
<img src="img/image062.png" width="280" height="191" alt="아이디 입력 인풋">
<figcaption>'아이디' 입력 인풋</figcaption>
</figure>
</li>
<li>'이메일 주소'를 선택하면 사용자 로그인 화면에 '이메일 주소' 입력 인풋이 표시됩니다.
<figure>
<img src="img/image063.png" width="280" height="191" alt="이메일 주소 입력 인풋">
<figcaption>'이메일 주소' 입력 인풋</figcaption>
</figure>
</li>
</ol>
</section>
</section>
<section class="h1">
<h1 id="supplement">부록</h1>