View | Details | Raw Unified | Return to bug 31651
Collapse All | Expand All

(-)a/C4/Auth_with_shibboleth.pm (-2 / +1 lines)
Lines 116-122 sub checkpw_shib { Link Here
116
        return _autocreate( $config, $match );
116
        return _autocreate( $config, $match );
117
    } else {
117
    } else {
118
        # If we reach this point, the user is not a valid koha user
118
        # If we reach this point, the user is not a valid koha user
119
        Koha::Logger->get->info("There are several users with $config->{matchpoint} of $match, matchpoints must be unique");
119
        Koha::Logger->get->info("No users with $config->{matchpoint} of $match found and autocreate is disabled");
120
        return 0;
120
        return 0;
121
    }
121
    }
122
}
122
}
123
- 

Return to bug 31651