Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Increase user name maxlength?

edited June 2007 in Vanilla 1.0 Help
Hey all, is there any way to increase the max number of characters for a user name? I tried just editing the maxlength attribute in the user name input, but I got an error, so it looks like the SQL table is limiting this as well. Thanks for any help.

Comments

  • You need to increase the maximum on the sql table too then. It should be reasonably easy in something like phpMyAdmin.
  • Thanks! Yeah all I did was increase the table max, and everything works. Oh and I edited the maxlength on the input as well.
This discussion has been closed.