Two simple changes to work with 5.1:
First a new file named webserver_auth.info

; $Id: $
name = Webserver Authentication
description = Allows Drupal to honor the webserver's authentication.

Second change module_exist to module_exists

23c23
<       if (!module_exists('user')) {
---
>       if (!module_exist('user')) {

Thanks.

CommentFileSizeAuthor
profile_clash_0.patch247 byteszibas

Comments

moshe weitzman’s picture

Status: Active » Reviewed & tested by the community
zibas’s picture

Is there something else I can do to help get this patch applied? Thanks.

moshe weitzman’s picture

Title: Update for 5.1 » profile clash
Status: Reviewed & tested by the community » Closed (duplicate)