-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.cfm
More file actions
20 lines (14 loc) · 707 Bytes
/
Copy pathindex.cfm
File metadata and controls
20 lines (14 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--- Default start page for Neptune site: http://www.bryantwebconsulting.com/docs/neptune/ --->
<cf_layout title="Congratulations!">
<cf_layout showTitle="true">
<p>You have now generated the site. Make sure to replace this page with real content.</p>
<p>Visit the administration area by following the link below.</p>
<p><a href="/admin/">View Admin</a></p>
<cfif StructKeyExists(Application,"Admins") AND StructKeyExists(Application.Admins,"getMustChangeAdminID") AND Application.Admins.getMustChangeAdminID()>
<ul>
<li>username: <strong>admin</strong></li>
<li>password: <strong>admin</strong></li>
</ul>
<p><em>Change the username and password as soon as you log in!</em></p>
</cfif>
<cf_layout>