Locate Register.php (/web/root/library/XenForo/ControllerPublic/Register.php) Find /** * Gets data from the registration form * * @return array [$data, $passwords] */ protected function _getRegistrationDataFromInput() { $data = $this->_input->filter(array( 'username' => XenForo_Input::STRING, 'email' =>... Click to expand... You do not have permission to view the full content of this resource. Log in or register now. Reactions: zaferbey49