Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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 ) ?