Download & Extend

ip_authenticated users are denied access to profiles

Project:ipAuthenticator
Version:6.x-1.5
Component:User interface
Category:support request
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

ip_authenticated users can list users, but when they click on "view" to see their info and profiles, they get "access denied." I have very basic user profiles set up (first name, last name, and what department they work in).

I have ip_authenticator set up to allow basic access to users within our physical hospital. ip_authenticated users are assigned to a role called NYCVS. Permissions are set to allow both authenticated users and ip_authenticated users to access user profiles. It doesn't matter whether I additionally check off permission for the role NYCVS to have access to user profiles, same thing happens either way.

This is rather important to our intranet. Can you help me?

Comments

#1

ip_authenticated users still cannot view user profiles. Does anyone have this working yet?

#2

Priority:normal» critical

Any support would be so greatly appreciated. I have tried everything. I have removed every module I can, but I still cannot get ip-authenticated users to be able to see user profiles ... I keep getting Access Denied. Can anyone help me solve this? I can give you full access to my site.

#3

Figured it out!!

I set the weight of ipauth.module in the system table in the database to -1 as follows

UPDATE `mydatabasename`.`system` SET `weight` = '-1' WHERE CONVERT( `system`.`filename` USING utf8 ) = 'sites/all/modules/_ipAuthenticator/ipauth.module' LIMIT 1 ;

You must then flush all the caches or the change won't show up. If -1 doesn't work, try -10 or -100

nobody click here