Page 1 of 1

Tutorial BASIC_AUTH Mantis 1.0.3

Posted: 10 Jan 2008, 13:29
by benteil
Hello,

I'm trying to change the log method to "Basic_auth".
I've found a tuto on the web http://mjaya.blogspot.com/2007/07/exper ... basic.html

The "HTTP_AUTH" works but not the "BASIC_AUTH".

Could someone help me in giving an adress of useful web site, or an explication.

Thank u

Ben

Re: Tutorial BASIC_AUTH Mantis 1.0.3

Posted: 06 Jul 2009, 20:49
by Buster
I needed BASIC_AUTH to get users authenticated through mod_auth_mysql.

http://ardvaark.net/making-mantis-with- ... n-not-suck helped me a lot. http://www.mantisbt.org/bugs/view.php?id=3465 has a bugnote how to add automatic redirect to the right page after autologin.

hth,
Buster

P.S.: This bug is almost a no-brainer. Why is it still in MantisBT 1.2 six years later?

Re: Tutorial BASIC_AUTH Mantis 1.0.3

Posted: 06 Jul 2009, 20:54
by Buster
http://ardvaark.net/making-mantis-with- ... n-not-suck helped me a lot to get BASIC_AUTH working.

http://www.mantisbt.org/bugs/view.php?id=3465 contains a bugnote to get automatic redirect after login working. Before that people got redirected to login.php, logged in and redirected to my_view_page.php. Now they will return to the page requested before login.

hth

Buster