Kirby
Guest
Member
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
free plugins......
Read more
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?free plugins......
Read more
Continue reading...