Menu

#185 registerform.tpl restricts email address length to 32 chars

enhancement
closed-fixed
admin (43)
5
2004-08-30
2004-07-21
tobozo
No

In the files registerform.tpl there is a limitation in
the input tag that prevents email adresses to be sent
if the length of the string exceeds 32 chars.

input type="text" name="email" value="{EMAIL}" size=32
maxlength=32>

... and the database field is limited to 50 (is it 50
chars?)

RFC821 & RFC822.
...............8<................
local-part
The maximum total length of a user name or other
local-part is 64 characters.

domain
The maximum total length of a domain name or
number is 255 characters.
...............8<................

be well

tbz

Discussion

  • Joe Stewart

    Joe Stewart - 2004-08-30

    Logged In: YES
    user_id=77269

    This problem has been corrected in the phpslash-dev CVS. Please
    update your copy of PHPSlash, or wait for the next release.

     
  • Joe Stewart

    Joe Stewart - 2004-08-30
    • assigned_to: nobody --> joestewart
    • status: open --> closed-fixed
     

Log in to post a comment.