ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

ExtensionDirectory

Summary

Sets the extensions that contain login handlers

Usage

 

ExtensionDirectory[]= extension_name1
ExtensionDirectory[]= extension_name2
...

Description

It is possible to provide custom login handlers using the extension system. This setting specifies the extensions that contain a login handler. eZ Publish will look for the handlers in the path:
extension/ extension_name/login_handler/

Frederik HolljenĀ (03/03/2005 3:35 pm)

Frederik HolljenĀ (03/03/2005 3:44 pm)


Comments

  • Login handler usage

    Anyone could give me a detailed example about the usage of a login handler (configuration with files ) ?