mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
#87. 오픈아이디로 가입하였을 경우 탈퇴하여 DB에서 정보를 삭제 할 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2615 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4ed1f14503
commit
0b6d2fee39
13 changed files with 127 additions and 13 deletions
|
|
@ -7,6 +7,8 @@
|
|||
<action name="dispMemberModifyPassword" type="view" standalone="true" />
|
||||
<action name="dispMemberLoginForm" type="view" standalone="true" />
|
||||
<action name="dispMemberLogout" type="view" standalone="true" />
|
||||
<action name="dispMemberLeave" type="view" standalone="true" />
|
||||
<action name="dispMemberOpenIDLeave" type="view" standalone="true" />
|
||||
<action name="dispMemberOwnDocument" type="view" standalone="true" />
|
||||
<action name="dispMemberScrappedDocument" type="view" standalone="true" />
|
||||
|
||||
|
|
@ -40,6 +42,7 @@
|
|||
<action name="procMemberModifyInfo" type="controller" standalone="true" />
|
||||
<action name="procMemberModifyPassword" type="controller" standalone="true" />
|
||||
<action name="procMemberLeave" type="controller" standalone="true" />
|
||||
<action name="procMemberOpenIDLeave" type="controller" standalone="true" />
|
||||
<action name="procMemberInsertImageName" type="controller" standalone="true" />
|
||||
<action name="procMemberInsertImageMark" type="controller" standalone="true" />
|
||||
<action name="procMemberDeleteImageName" type="controller" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue