Login Content View Overload is used!

This sample overload will disable the creation of guest accounts.

'; } /** * Overloaded "prepare_data" method. * * This method will disable the creation of a guest account. */ public function prepare_data() { parent::prepare_data(); $this->content_array['account_option'] = 'account'; } }