Issue 2134 Set Login page as SSL. Set Account find page as SSL.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10878 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-07-12 15:17:01 +00:00
parent 7d48d18252
commit 1e74627509

View file

@ -28,6 +28,8 @@
Context::addSSLAction('dispMemberModifyPassword');
Context::addSSLAction('dispMemberSignUpForm');
Context::addSSLAction('dispMemberModifyInfo');
Context::addSSLAction('dispMemberLoginForm');
Context::addSSLAction('dispMemberFindAccount');
Context::addSSLAction('procMemberLogin');
Context::addSSLAction('procMemberModifyPassword');
Context::addSSLAction('procMemberInsert');