mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Issue 2134 Add 'Member Leave' functions to 'SSL actions'.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10986 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
baeb4dd465
commit
f9a2b2a75d
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
Context::addSSLAction('dispMemberResendAuthMail');
|
||||
Context::addSSLAction('dispMemberLoginForm');
|
||||
Context::addSSLAction('dispMemberFindAccount');
|
||||
Context::addSSLAction('dispMemberLeave');
|
||||
Context::addSSLAction('procMemberLogin');
|
||||
Context::addSSLAction('procMemberModifyPassword');
|
||||
Context::addSSLAction('procMemberInsert');
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
Context::addSSLAction('procMemberModifyEmailAddress');
|
||||
Context::addSSLAction('procMemberUpdateAuthMail');
|
||||
Context::addSSLAction('procMemberResendAuthMail');
|
||||
Context::addSSLAction('procMemberLeave');
|
||||
Context::addSSLAction('getMemberMenu');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue