| Macik |
|
|---|---|
|
It needs simple plugin creation with «hooked» on With several lines of actual code:
$L['aut_notallowedname'] = 'Only letters, digits, hyphen, underscore allowed for User name ';
if (preg_match("/[/s&\'\?\"]/", $ruser['user_name'])) cot_error('aut_notallowedname', 'rusername');
Where «[/s&\'\?\"]» set of unallowed symbols. https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F |