php-apache2-basic-auth-manager icon indicating copy to clipboard operation
php-apache2-basic-auth-manager copied to clipboard

PHP Apache2 Basic Auth Manager

Results 13 php-apache2-basic-auth-manager issues
Sort by recently updated
recently updated
newest added

Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.24.2 to 1.44.7. Changelog Sourced from twig/twig's changelog. 1.44.7 (2022-09-28) Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) 1.44.6...

dependencies

Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.7.0 to 2.9.2. Release notes Sourced from squizlabs/php_codesniffer's releases. 2.9.2 Final 2.9 Release Version 2.9.2 will be the final release of the PHP_CodeSniffer 2.9 branch, first released...

dependencies

Whenever a user or a group is added for example, the application sends the user back to the host domain. This is okay for as long as the auth manager...

Hello! Im install you app in http server (apache2 ) but i any page get me 500 error PS PLZ CHECK YOU INSTRUCTION BECAUSE ITS PIZDEC! #config web.conf (apache) AllowOverride...

Because of the bcrypt password encryption algoritm. It's default in PHP but Apache 2.2 does not support it. https://httpd.apache.org/docs/2.2/misc/password_encryptions.html Apache 2.4 does support it. **If you want this to work...

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.1.3 to 3.4.47. Release notes Sourced from symfony/http-foundation's releases. v3.4.47 Changelog (https://github.com/symfony/http-foundation/compare/v3.4.46...v3.4.47) no changes v3.4.46 Changelog (https://github.com/symfony/http-foundation/compare/v3.4.45...v3.4.46) bug #38516 Fix Range Requests (BattleRattle) v3.4.45 Changelog (https://github.com/symfony/http-foundation/compare/v3.4.44...v3.4.45) no...

dependencies

When I try to add a user, it goes to a 500 error and I get this log: [Thu Jul 13 20:46:59.702821 2017] [:error] [pid 23325] [client 209.204.163.132:54600] PHP Fatal...

When I go to any links, I get: ``` Not Found The requested URL /admin/user/add was not found on this server. ``` I followed the steps as per README, but...