• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Modern AAC - Disabling characters when choosing nickname at account

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,764
Solutions
1
Reaction score
227
Location
Chile, Santiago
Like topic name says, I need to disable ',espace, -, [,], etc..., just allowing letters from a-z and A-Z

Could anyone help me?
 
i dont know how to do it but u think u have to edit this line
PHP:
$this->form_validation->set_rules('nickname', 'Nickname', 'required|min_length[4]|max_length[32]|nickname|callback__nicknameExists');

htdocs\system\application\controllers\account.php
 
Back
Top