WPIntell

Source evidence

Needs a patch to work with PHP8

HTTP Auth · support · 2024-03-29T18:08:00+00:00

complaintsentiment
highseverity
0.91relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 20 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mattweatherford unresolved
This plugin works so well with sites that have underlying Shibboleth login – it pulls the PHP session variables in and sets the username from the variable you choose. Can set the email address as well. But it is broken in PHP8 due to a change. Here are the edits that are needed to make it work: in the file: http-authentication.php /* OLD WAY: function HTTPAuthenticationPlugin() { */ /* NEW WAY: */ function __construct() { in the file: options-page.php /* OLD WAY: function HTTPAuthenticationOptionsPage($plugin, $group, $page, $options, $title = 'HTTP Authentication') { */ /* NEW WAY: */ function __construct($plugin, $group, $page, $options, $title = 'HTTP Authentication') {

Comments

0 shown

No comments were stored for this source.