Everyone is admin
joey santiago - February 18, 2009 - 09:50
| Project: | phpfreechat |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello,
sorry for bothering, but i have another issue: i am running phpfreechat 5.x-1.3 on drupal 5. I set up on Administer->phpfreechat isadmin false, in phpfreechat/index.php isadmin is commented out (i tried also to set it to false).. but still every user can ban others!
Can anyone please help me out?
thanks a lot!

#1
i have same problem, subscribing....
#2
Same problem.
Using the debug parameters and debug console, I can see a difference in the isadmin parameter.
In the debug parameter part, isadmin is set to false (as in the pfc module control panel), while in the console (using /debug globalconfig command) it's set to true.
#3
I solved the problem commenting out the "Setup admins" part in the module file.
I guess there may be a problem with the moderate permission, as I didn't give moderate permission to anonymous users, and they were admins though.