Print Page | Close Window

SMTP User and Password Privacy

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=25379
Printed Date: 03 April 2026 at 9:35pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: SMTP User and Password Privacy
Posted By: patrickong
Subject: SMTP User and Password Privacy
Date Posted: 02 March 2008 at 5:54am
Suggestions:
 
1)  I thought that in the Admin console, for the SMTP User and Password setting, the password should be set to a password field and hidden for privacy issues as now I'm giving other users Admin access and they can see the SMTP email password and may abuse it.  (P/s:  In Snitz Forum this field is password field also).
 
2)  Can't find the hide forum feature so that non-registered users cannot see the structure of the forum at all.  Now they cannot read the details only.
 
 



Replies:
Posted By: StarDust
Date Posted: 02 March 2008 at 10:39am
Solution to first problem
1) Open admin_email_notify_configure.asp using a text editor (e.g notepad or dreamweaver)
2) Go to line 317: find this
type="text" name="mailServerPass"

3) Change this to
type="<%
If lngLoggedInuserID = 1 then
Response.Write("text")
Else
Response.Write("password")
End If
%>" name="mailServerPass"

4) Save and upload the modified file. Now everyone else will not be able to see the password only the main administrator can see it as plain text.




Solution to second problem
1) Navigate to http://[forumpath]/admin.asp, login as administrator
2) Navigate to Form Admin >> [ForumName]
3) Under Forum Details you will find "Hide Forum if no access"

-------------
http://board.ebizbd.net/">Tips, mods and skins for WWF v9.x


Posted By: patrickong
Date Posted: 02 March 2008 at 12:03pm
Hi, thanks for all the answers!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net