first commit
This commit is contained in:
@@ -45,7 +45,7 @@ class AuthorizationService extends AbstractAuthenticationService
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const SOLR_INDEXER_USERNAME = '__SolrIndexerUser__';
|
||||
const SOLR_INDEXER_USERNAME = '__MeilisearchIndexerUser__';
|
||||
|
||||
/**
|
||||
* Gets a fake frontend user record to allow access to protected pages.
|
||||
@@ -115,7 +115,7 @@ class AuthorizationService extends AbstractAuthenticationService
|
||||
$groupData[] = [
|
||||
'uid' => $groupId,
|
||||
'pid' => 0,
|
||||
'title' => '__SolrIndexerGroup__',
|
||||
'title' => '__MeilisearchIndexerGroup__',
|
||||
'TSconfig' => ''
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user