Skip to content

Extranet#

The exranet is a special operating mode in which all requests are initially protected. Only authenticated users can access the resources. The only exceptions to this are requests for login, registration and password recovery.

Login takes place via the Web-Account. If a user is logged in, the system behaves as in the normal operating mode.

To use the extranet module, the following steps are necessary:

  • All requests to public media must also not be delivered directly by the web server, but must be delivered via PHP/Symfony.
  • The environment variable SITE_MODE=extranet must be set. Possibly via the virtual host configuration of the web server (SetEnv SITE_MODE extranet).
  • The atoolo/extranet bundle must be installed.