Username Field Length?

Discussion in 'Installation/Configuration' started by jonwatson, Feb 13, 2007.

  1. jonwatson

    jonwatson New Member

    Hi All,

    I've recently run across an issue where the email username field is too small. It seems to only want to accept 4-32 characters. I 've changed the field in the form to 255 as well as the field in the database, but I still can't put more than 32 characters into the field on the form.

    I can, however, put a longer username into the database directory, so this seems to be strictly a form issue.

    Any tips on how to solve this?

    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to change the regular expression(s) that check the username in the file /home/admispconfig/ispconfig/lib/plugins/isp_username.plugin.php too.
     
  3. jonwatson

    jonwatson New Member

    Really? I'll give that a whirl, but since the form actually stops me from entering more than 32 characters (like, before it's submitted) I think there's more to it than that, no?

    Thanks!
     
  4. jonwatson

    jonwatson New Member

    Worked like a charm, thanks!
     

Share This Page