Quote:
Originally Posted by KirbyDE
register_addmember_process
PHP Code:
if (strpos($vbulletin->GPC['username'], ' ') !== false) { $userdata->error('usernametaken', $vbulletin->GPC['username'], $this->registry->session->vars['sessionurl']); }
If you want to have a specific error message, just create an apropriate prhase for it and change the varname.
|
Kirby, you ought to make a username security product to go along with your password security product. This would be a great addition to it.