News:

Wondering if this will always be free?  See why free is better.

Main Menu

How do you limit username length

Started by dilaca, April 28, 2004, 11:03:01 PM

Previous topic - Next topic

dilaca

Can someone please tell me how to restrict the length of usernames? 

I can only find the option to limit characters in signatures.

Thanks. :)

[Unknown]

Currently, there's no setting to limit their length.  However, you can go to:

Themes/yourtheme/Profile.template.php (if it doesn't exist, copy it from default...)

And find the following:
Quote<td><input type="text" name="realName" size="30" value="', $context['member']['name'], '" /></td>

Replace that with:
Quote<td><input type="text" name="realName" size="30" maxlength="LENGTH HERE" value="', $context['member']['name'], '" /></td>

-[Unknown]

Advertisement: