vercotux
vercotux
Are there any plugin solutions out there for WordPress which **do** cover this scope? I was unable to find any. Like authLdap, all of them seem to only cover authentication...
What would you guys suggest as the goto solution for a network of (mainly, but not exclusively) WordPress websites which all need to share user accounts for SSO where users...
WordPress Multisite definitely won't work for this, because it's only good for.. well, WordPress sites. As I said there are other non-WordPress websites and services involved, which all need a...
@bilbo-the-hobbit Alright, thank you so much. I will give it a try! I will stop spamming here, as it is getting rather offtopic. Thanks everyone for the insights.
Unfortunately `default` was also a reserved keyword in PHPaddWhen(['org.size' => [0,1]], '
@rob006's proposal would be the perfect solution for this (as long as the `ExecEvent` in `afterExecute` contains all the relevant information about whether the job was successful etc, which I...
>It is coupling. Yes, it is control coupling. However, yii2-queue is already using coupling. Requiring all jobs to implement a specific interface is external coupling, which is tighter than control...
That was what I initially tried, but it does not work, because `errorAttributes` does not contain all validation errors, so you will get false positives. It only contains validation errors...
Alright. In the meantime I have found a working solution. Turns out that `messages` inside `afterValidate` will always contain error messages (including those coming from AJAX validation!), no matter how...
Perhaps a more accurate title for this issue could be something along the lines of "Customizing 3rd party migrations" or "Customizing vendor-provided migrations". That is something I would be googling...