mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
483 B
XML
12 lines
483 B
XML
<query id="deleteAuthChangeEmailAddress" action="delete">
|
|
<tables>
|
|
<table name="member_auth_mail" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" notnull="notnull" />
|
|
<group pipe="and">
|
|
<condition operation="equal" column="new_password" default="XE_change_emaill_address" />
|
|
<condition operation="equal" column="auth_type" default="change_email" pipe="or" />
|
|
</group>
|
|
</conditions>
|
|
</query>
|