davewood / mantis-basic-auth

BASIC AUTH for Mantis. (experimental)
Artistic License 2.0
2 stars 3 forks source link

mantis-basic-auth

BASIC AUTH for Mantis.

Installation

Example config_inc.php

$g_login_method                = BASIC_AUTH;
$g_sso_auto_create_remote_user = ON; // auto create remote user if it doesn't exist in mantis DB
$g_logout_redirect_page        = $g_default_home_page; // "bypass" mantis login
$g_allow_signup                = OFF;

Credits

https://www.mantisbt.org/forums/viewtopic.php?f=4&t=20426