status constant * 'error_msg' => string * 'user_row' => array * ) */ public function login($username, $password); /** * Autologin function * * @return array containing the user row or empty if no auto login should * take place */ public function autologin(); /** * This function is used to output any required fields in the authentication * admin panel. It also defines any required configuration table fields. */ public function acp(); }