MCImageManager:Configuration/authenticator.login page
From Moxiecode Documentation Wiki
Contents |
[edit]
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.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['authenticator.login_page'] = "login.php";
[edit]
Example of usage in the Web.Config file
<add key="authenticator.login_page" value="login.aspx" />
[edit]
Example of usage in a mc_access file
authenticator.login_page=login.php
