View Issue Details

IDProjectCategoryView StatusLast Update
0000171mantisbtbugtrackerpublic2004-07-18 11:32
Reporterjoakimwg Assigned Toint2str  
PrioritynormalSeverityfeatureReproducibilityunable to reproduce
Status closedResolutionfixed 
Summary0000171: Login by http authentication
Description

It would be nice to have the posibility to use http authentication as an alternative to the normal login procedure

TagsNo tags attached.

Activities

prescience

prescience

2001-02-14 06:08

reporter   ~0000294

I agree, I'll start looking into different authentication methods. cleartext, two way encryption, none, http-auth etc.

prescience

prescience

2001-06-28 19:50

reporter   ~0000933

erm. accidentally removed suggestion by anonymous user that a .htaccess file may do the trick.

myplacedk

myplacedk

2001-08-02 14:59

reporter   ~0001123

How's this:
Adding a parameter in config_inc.php that defaults to the current functionality. But you can change this parameter to http-auth.

Plus no matter what is selected, you can login like this:
<a href="http://username:<a href="mailto:password@bugs.site.com/mantis/filename.php3">http://username:password@bugs.site.com/mantis/filename.php3</a" target="_new">password@bugs.site.com/mantis/filename.php3">http://username:password@bugs.site.com/mantis/filename.php3</a</a>>
It would be nice if "filename" could be any file, I'll see what is possible when I start working at it.

I'll probably do this next time I work on Mantis. :)

redcom

redcom

2004-03-25 14:44

reporter   ~0005262

This would be nice, but I think it could be done in a plugin if the api would allow for it.

int2str

int2str

2004-05-25 18:42

reporter   ~0005585

I added http authentication in the CVS version of Mantis.
Comments welcome.

int2str

int2str

2004-07-15 13:41

reporter   ~0006067

I'll consider this fixed for now. If there's any issues with it, please open a new bug.