If you want to have the maximum character limit be lower than 50 characters, you could edit the following file:
/library/Xenforo/DataWriter/User.php
Look for the following line and change the 50 to whatever value you want.
PHP:
'location' => array('type' => self::TYPE_STRING, 'default' => '', 'maxLength' => 50),