Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
There is no filter for join community. I want a filter which will be called before joining, I need to perform some validation whether that user is allowed to join or not according to my custom logic.
How can I get such filter?
filter:register.check should do what you want, it gets fired when the user tries to register.
filter:register.check