Seba500PLK Posted August 21, 2014 Posted August 21, 2014 Why not work? group "BazaAdminow" works, but the group "BazaAdminowA" no longer works if(isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminow" ) ) and isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminowA" ) )) then
Castillo Posted August 21, 2014 Posted August 21, 2014 You are checking if the account is on both ACL groups, maybe you meant to check if he's in one of them, not both?
justn Posted August 21, 2014 Posted August 21, 2014 if(isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminow" ) ) or isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "BazaAdminowA" ) )) then
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now