Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 "Forgot your password" link missing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sabergurl
Starting Member

20 Posts

Posted - 13 June 2001 :  13:39:59  Show Profile
A user of my forum emailed me asking me how to reset the password since she had forgotten it. I directed her to the website and follow the link.

But then I noticed that I am missing that "Forgot Your Password" link under the "Save Password" checkbox.

Did I have to set it somewhere so it will appear or what has happened to it. How do I add that link and function back into my forum?

Thanks.

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 June 2001 :  13:44:44  Show Profile
You have to setup and enable e-mail functionality on your forum.

Admin Options --> Email Server Configuration
Go to Top of Page

Ribkick
Junior Member

USA
296 Posts

Posted - 13 June 2001 :  13:47:54  Show Profile
Look for the code below in your inc_top.asp file and compare that are with this code. Make the changes accordingly if any is missing.

<%else
if (strAuthType = "nt") then %>
<td><font face="<% =strDefaultFontFace %>" size="1" color="red">Please <a href="policy.asp">register</a> to post in these Forums</font></td>
<% end if
end if %>
</tr>
<%
if (lcase(strEmail) = "1") then %>
<tr>
<td colspan="3" align="left"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
<a href="JavaScript:openWindow('pop_pword.asp')">Forgot your <% if strAuthType = "nt" then %>admin <% end if %>Password?</a>
<%
if (lcase(strNoCookies) = "1") then %>
|
<a href="admin_home.asp">Admin Options</a>
<%
end if %>
</font></td>
</tr>
<%
end if %>
</table>
</td>
</tr>
</form>
<%
else %>
<form action="<% =Request.ServerVariables("URL") %>" method="post" id=form2 name=form2>
<INPUT type="hidden" name="Method_Type" value="logout">
<tr>
<td align="center">
<table>
<tr>

If you have no Mods loaded in your inc_top.asp file, I would just upload a new copy to your server and overwrite the existing.


Go to Top of Page

sabergurl
Starting Member

20 Posts

Posted - 13 June 2001 :  14:01:43  Show Profile
Thank you for replying so fast Richard and Ribkick...

I will take a look at my files :)



Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07