πŸ‘₯ PermissionsΒΆ

Crawl PermissionsΒΆ

User management and group editing can be done from the Administration interface, by clicking on Users or Groups. Thanks to the Django framework, fine-grained permissions can be defined by group and by user.

_images/permissions.png

Permissions are set by the type of objects that can be modified through the Administration interface. Some of these permissions also grant access to other parts of the user interface:

Search PermissionsΒΆ

By default, search requires users to be authenticated, but anonymous searches can be enabled with the related option.