인증 메일을 받지 못한 경우를 대비해 인증 메일을 재발송 받을 수 있는 기능 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6590 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
smaker 2009-06-18 08:57:11 +00:00
parent 271a84cccf
commit 08557fafe6
15 changed files with 181 additions and 45 deletions

View file

@ -15,6 +15,7 @@
<action name="dispMemberScrappedDocument" type="view" standalone="true" />
<action name="dispMemberSavedDocument" type="view" standalone="true" />
<action name="dispMemberFindAccount" type="view" standalone="true" />
<action name="dispMemberResendAuthMail" type="view" standalone="true" />
<action name="dispSavedDocumentList" type="view" standalone="true" />
<action name="dispMemberAdminList" type="view" standalone="true" index="true" admin_index="true" />
@ -62,6 +63,7 @@
<action name="procMemberFindAccount" type="controller" standalone="true" />
<action name="procMemberAuthAccount" type="controller" standalone="true" />
<action name="procMemberUpdateAuthMail" type="controller" standalone="true" />
<action name="procMemberResendAuthMail" type="controller" standalone="true" />
<action name="procMemberAdminInsert" type="controller" standalone="true" />
<action name="procMemberAdminDelete" type="controller" standalone="true" />