Second pass at adding key files
This commit is contained in:
42
site/forum/lost_password_sent.html
Normal file
42
site/forum/lost_password_sent.html
Normal file
@ -0,0 +1,42 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%cat_full_name%>: Lost Password Sent</title>
|
||||
<%include include_common_head.html%>
|
||||
</head>
|
||||
<%~set content_header_title = 'Temporary Password Sent'%>
|
||||
|
||||
<body class="page-<%page_id%> confirmation-page">
|
||||
<div class="container-b">
|
||||
<%include include_header.html%>
|
||||
|
||||
<div class="main">
|
||||
<div class="contentwrapper clearfix">
|
||||
<div class="sidebar">
|
||||
<%include include_sidebar.html%>
|
||||
</div>
|
||||
|
||||
<%~set content_header_title = 'Lost Password'%>
|
||||
<%~init array breadcrumbs%><%init hash breadcrumbs.0%>
|
||||
<%~set breadcrumbs.0.name = 'Lost Password'%>
|
||||
|
||||
<%include include_breadcrumb.html%>
|
||||
|
||||
<div class="content"><%-- start content--%>
|
||||
<%include include_content_header.html%>
|
||||
|
||||
<p>
|
||||
A temporary password has been e-mailed to you. Once you receive it, you can log in
|
||||
using it from <a href="<%GForum::SEO::url(params => "do=login")%>">the login page</a>.
|
||||
</p>
|
||||
<p>
|
||||
Remember that this password is good for one login only; after logging
|
||||
in you should change your password from the profile page.
|
||||
</p>
|
||||
</div><%-- end content --%>
|
||||
</div>
|
||||
|
||||
<%include include_footer.html%>
|
||||
</div>
|
||||
</body>
|
||||
<%~include include_global_js.html%>
|
||||
</html>
|
Reference in New Issue
Block a user