register.asp remove, pass, email, realname
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=20375
Printed Date: 11 April 2026 at 10:08am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: register.asp remove, pass, email, realname
Posted By: BrownGhost
Subject: register.asp remove, pass, email, realname
Date Posted: 20 June 2006 at 7:04pm
i need to remove the tinggs from the register file.
Password old and new. Email and Real name.
as those information are only edibel from user settings on my excisting website, if a user edit his name or username or mail asdress, or password, my excisting page will update both my user tabel + forum user tabel Author.
so the user must no be abel to change this information from the forum. i just cant get it to wortk, if i remove the code, it gives errors when user try to save forum profile. or it put no data in to the user, pass, mail, and real name in forum tabel.
where in thet film register.asp must i change or remove code to disabel forum from updating. PASS old and new, RealName, Email.
All other things thy must be abel to edit in forum.
thanks
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 21 June 2006 at 10:22am
In version 8.03 in the file register,asp from line 852 to 955 you will find lines like:-
.Fields("Author_email") = strEmail
Remove the ones that are no-longer used so that the these database fields are not updated.
You may also need to remove some of the javascript checking at lines 1306 to 1426 so you don't get javascript errors.
Then in the HTML form itself remove the lines that are no-longer required.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: BrownGhost
Date Posted: 21 June 2006 at 5:49pm
|
thanks that gave me an idear. i just changes input type to hidden. then it runs just like it should :) thanks..
|
|