PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR_Frontend_Web » Bug #2241

Add Auth System to Frontend

Details

Request #2241Add Auth System to Frontend
Submitted2004-08-27 22:51 UTC
Fromlgallop at nd dot edu
Assignedpajoye
StatusClosed
PackagePEAR_Frontend_Web
PHP VersionIrrelevant
OSBSD
Roadmaps(Not assigned)

Comments

[2004-08-27 22:51 UTC] lgallop at nd dot edu

Description:
------------
I was thinking today, as I installed a PEAR collection with the WebFrontend module, that it would be more useful if it had user-authentication built it. On my particular system configuration (we use Apache on an AFS filesystem with ACLs and it largly ignores htaccess files) restricting access to a directory also restricts the scripts read access to itself, so it cannot not run properly. Having a built in auth system would work around this nicely.

[2005-03-14 07:31 UTC] pierre at dotgeek dot org

It's not our job to provide such features, it's easy to customize the index.php with Auth (or whatever you use) or protect the installer folder (using htaccess or what is required on other web servers).

--Pierre