Custom authentication modules

Authentification Utilisateurs Mot-de-passe

Présentation

This artifact allows one to define its own modules (authentication, user database, password or register DB).

The developper documentation is available in Portal manpages.

Configuration

You just have to define class names of your custom modules in “Custom module names”. You can also add your custom parameters in “Additional parameters”. Be careful to use names not already used elsewhere in configuration. This parameters are available in your plugins using $self→conf→{customName}.

See portal manpages to see how to write these plugins.