#201 #9 이메일 인증 시스템 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2766 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-15 07:57:19 +00:00
parent 649805bd3a
commit e2b5b6c2cc
32 changed files with 473 additions and 9 deletions

View file

@ -0,0 +1,12 @@
<query id="getAuthMail" action="select">
<tables>
<table name="member_auth_mail" />
</tables>
<columns>
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="auth_key" var="auth_key" notnull="notnull" />
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" pipe="and" />
</conditions>
</query>