K
Kirby
Guest
Allowing banned users to perform certain actions (like using the contact form) requires overriding
But, unlike most other
So in order to only allow specific actions, this also requires some kinda ugly workaround like also overriding
Could this be changed (for 2.3.0+?) so
Continue reading...
assertNotBanned
.But, unlike most other
assert*
methods, this method does not get passed the action.So in order to only allow specific actions, this also requires some kinda ugly workaround like also overriding
preDispatchType
.Could this be changed (for 2.3.0+?) so
assertNotBanned
and assertIpNotBanned
both do get the action as well?Continue reading...