mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
자동 로그인 기능 추가. 로그인/로그아웃 후 이동할 url 지정 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3698 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0cf6957a5
commit
94ff9c8920
27 changed files with 271 additions and 86 deletions
15
modules/member/queries/getAutologin.xml
Normal file
15
modules/member/queries/getAutologin.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<query id="getAutologin" action="select">
|
||||
<tables>
|
||||
<table name="member" alias="member"/>
|
||||
<table name="member_autologin" alias="member_autologin" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="member.user_id" alias="user_id" />
|
||||
<column name="member.password" alias="password" />
|
||||
<column name="member_autologin.autologin_key" alias="autologin_key" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_autologin.autologin_key" var="autologin_key" notnull="notnull" />
|
||||
<condition operation="equal" column="member.member_srl" var="member_autologin.member_srl" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue