MCImageManager:Configuration/authenticator.login page

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: authenticator.login_page

This option should contain the login page url, the ImageManager will redirect the user to this page is he/she isn't authenticated/logged in.

This login page should setup the sessions or similar needed by the authentication logic.

Example of usage in the config.php file

$mcImageManagerConfig['authenticator.login_page'] = "login.php";

Example of usage in the Web.Config file

<add key="authenticator.login_page" value="login.aspx" />

Example of usage in a mc_access file

authenticator.login_page=login.php
Personal tools