{ "Action": "Create", "Effect": "Allow", "Resource": "pfrn:group--*!*/Applications/*", "Principal": { "ChildOf": { "EntityType": "title", "EntityId": "48621" } }, "Comment": "Allow all entities to apply to join the group", "Condition": null }, { "Action": "Accept", "Effect": "Allow", "Resource": "pfrn:group--group!*/Applications/*", "Principal": { "ChildOf": { "EntityType": "title", "EntityId": "48621" } }, "Comment": "Allow any player to auto-join the group (no authorisation needed)", "Condition": null },
I have a few groups that I want new players to be able to automatically join on request via the client (so no one needs to accept their application). I've set up the attached group policy, but it doesn't appear to be working correctly. The group list shows that the player has sent an application, but it isn't being accepted.
Could someone point out where I'm going wrong? Many thanks.