View Issue Details

IDProjectCategoryView StatusLast Update
0015544MantisTouchGeneralpublic2013-05-17 03:18
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.1 
Fixed in Version1.2.2 
Summary0015544: MantisTouch access to MantisBT protected by basic auth
Description

Update the readme file to cover the case where the MantisBT instance is protected by basic auth.

The following will probably work:


Allow from IP without password prompt, and also allow from any address with password prompt ^
Order deny,allow
Deny from all
AuthName "htaccess password prompt"
AuthUserFile /home/askapache.com/.htpasswd
AuthType Basic
Require valid-user
Allow from 123.123.123.123
Satisfy Any


Reference:
http://www.askapache.com/htaccess/apache-authentication-in-htaccess.html

TagsNo tags attached.

Activities

There are no notes attached to this issue.