A Andy R Member Licensed customer Aug 19, 2024 #1 Example: Code: $user->email = $email; $user->username = $username; $user->save(); I want to bypass the option to check if the username has disallowed text, set in the options area. Any way to do this?
Example: Code: $user->email = $email; $user->username = $username; $user->save(); I want to bypass the option to check if the username has disallowed text, set in the options area. Any way to do this?
Jeremy P XenForo developer Staff member Licensed customer Aug 19, 2024 #2 PHP: $user->setOption('admin_edit', true);