BUG
If someone enters a space as membername the name is accepted by Register.asp and Pop_Profile.asp
FIX
Add Trim() to the checks for a username
in Register.asp at line 76
if Trim(Request.Form("Name"))[/b] = "" then
in pop_profile.asp at line 769 and 948
if Trim(Request.Form("Name")) = "" then
Err_Msg = Err_Msg & "<li>You must choose a UserName</li>"
end if
Should be fixed at the site here allready
Pierre[/b]