Jump to content

Is there a standard max length for a username field?


limitphp

Recommended Posts

The username field for sites (digg, gmail, hotmail, amazon), is there a standard max length the field should be?

 

no longer than _____ characters?

 

I assume it should be a type varchar and whatever max length you set in the databse should also be set in the <input type=text> tag as well?

 

Thanks

 

ya might have to check rfc's for max username lengthj for emails.

but different systems.... use different lengths

 

Dug this up

Following are the requirements for an e-mail address, with relevant references:

 

  1.

 

      An e-mail address consists of local part and domain separated by an at sign (@) character (RFC 2822 3.4.1).

  2.

 

      The local part may consist of alphabetic and numeric characters, and the following characters: !, #, $, %, &, ', *, +, -, /, =, ?, ^, _, `, {, |, } and ~, possibly with dot separators (.), inside, but not at the start, end or next to another dot separator (RFC 2822 3.2.4).

  3.

 

      The local part may consist of a quoted string—that is, anything within quotes ("), including spaces (RFC 2822 3.2.5).

  4.

 

      Quoted pairs (such as \@) are valid components of a local part, though an obsolete form from RFC 822 (RFC 2822 4.4).

  5.

 

      The maximum length of a local part is 64 characters (RFC 2821 4.5.3.1).

  6.

 

      A domain consists of labels separated by dot separators (RFC1035 2.3.1).

  7.

 

      Domain labels start with an alphabetic character followed by zero or more alphabetic characters, numeric characters or the hyphen (-), ending with an alphabetic or numeric character (RFC 1035 2.3.1).

  8.

 

      The maximum length of a label is 63 characters (RFC 1035 2.3.1).

  9.

 

      The maximum length of a domain is 255 characters (RFC 2821 4.5.3.1).

  10.

 

      The domain must be fully qualified and resolvable to a type A or type MX DNS address record (RFC 2821 3.6).

 

64 chars :)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.