[limb-issues] Updated: (LCMS-19) bug in user :: is_in_groups($groups_to_check) with $groups_to_check being a string with groups delimitered with space
Pavel Shevaev (JIRA)
jira at limb-project.com
Tue Oct 17 00:19:44 MSD 2006
[ http://jira.limb-project.com/browse/LCMS-19?page=all ]
Pavel Shevaev updated LCMS-19:
------------------------------
Description:
Bug in user :: is_in_groups('admins, managers') - this one won't work properly for user being in 'managers' groups only.
This can be easily fixed by trimming groups in user.class.php
was:
user :: is_in_groups('admins, managers') this one won't work properly for user in 'managers' groups only,
this can be easily fixed by trimming groups in user.class.php
> bug in user :: is_in_groups($groups_to_check) with $groups_to_check being a string with groups delimitered with space
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: LCMS-19
> URL: http://jira.limb-project.com/browse/LCMS-19
> Project: Limb 2.x CMS
> Issue Type: Bug
> Components: Auth
> Reporter: Pavel Shevaev
> Assigned To: Pavel Shevaev
> Priority: Trivial
>
> Bug in user :: is_in_groups('admins, managers') - this one won't work properly for user being in 'managers' groups only.
> This can be easily fixed by trimming groups in user.class.php
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.limb-project.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the limb-issues
mailing list