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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Open)
 V 3.3 Bug : Field Size and Max Length
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

GauravBhabu
Advanced Member

4288 Posts

Posted - 01 March 2002 :  20:30:55  Show Profile
File: Post.asp
Lines:491-498

Max length allowed is not in sync with the field size defined in the database

Field size in the database
M_Name = 75
M_UserName = 150
Ppassword = 25


<tr>
<td bgColor="<% =strPopUpTableColor %>" noWrap vAlign="top" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>UserName:</b></font></td>
<td bgColor="<% =strPopUpTableColor %>"><input name="UserName" maxLength="25" size="25" type="text" value="<%=Request.Form("UserName")%>"></td>
</tr>
<tr>
<td bgColor="<% =strPopUpTableColor %>" noWrap vAlign="top" align="right"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Password:</b></font></td>
<td bgColor="<% =strPopUpTableColor %>" valign="top"><input name="Password" maxLength="13" size="13" type="password" value="<%=Request.Form("password")%>"></td>
</tr>


www.forumSquare.com - GauravBhabu - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 March 2002 :  13:13:00  Show Profile
Thanks GB. We had discovered that in our bug testing of the 3.4 version. Subsequently, ALL text fields now have a max length in the next version.

We have set the username to a max length of 25. The same goes for the password text field. The M_PASSWORD field in the database has been set to 65 because it is now encrypted. The M_USERNAME and M_NAME databse field sizes are the same.

I guess we could change the database fields to 25. But I'm not sure how that would affect NT users using NT Authorization. Not to mention, would a 25 limit affects NT users?

«-------------------------------------------------»
Read the Do's and Don'ts before you post for help
«-------------------------------------------------»
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07