-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_editaccount_step2.cfm
More file actions
40 lines (24 loc) · 911 Bytes
/
Copy path_editaccount_step2.cfm
File metadata and controls
40 lines (24 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!---
Copyright (C) Volition, Inc. 2005. All rights reserved.
All source code herein is the property of Volition, Inc. You may not sell
or otherwise commercially exploit the source or things you created based on the
source.
--->
<cfquery datasource="PXO">
UPDATE Users
SET email='#form.email#'
WHERE TrackerID='#id#'
</cfquery>
<cfinclude template="variables.cfm">
<cfinclude template="doctop.cfm">
<!--- Page info goes here --->
<font color="white"><b><div class="newsitemtitle">Email Changed</div></b></font>
<div class="copy">
<h3>Your email address has been successfully changed.</h3><p>
<a href="http://www.pxo.net/">Return to PXO.net</a>
</div>
<!--- End page info --->
<cfinclude template="docmid.cfm">
<cfinclude template="menus/_menu_accounts.cfm">
<!--- end menus --->
<cfinclude template="docbot.cfm">