pjv
pjv
In addition to import / export, would be nice to have activate and deactivate as REST endpoints and a wp cli interface into all of those would be a big...
agree this would be great. does anyone know of a way to manually hack lost into a codekit workflow?
@strib done. In the feedback i referenced this issue.
@strib interesting, have not done anything keybase-related since sending that log earlier. Memory footprint for kbfs is half what it was then. happy to send the additional data if you...
k, will-do.
@nathanrona here’s a variation that forces email 2FA on administrators and editors. ```` add_filter('two_factor_enabled_providers_for_user', function($providers, $user_id){ $force_roles = [ 'administrator', 'editor' ]; $user = get_user_by('id', $user_id); if ( empty(array_intersect( $force_roles,...
Google documentation for the deprecation: https://groups.google.com/a/chromium.org/g/blink-dev/c/xHC3AtU_65A This will break logging in to wordpress for anyone using this plugin with a U2F security key in a chromium-based browser after February.
> 👋🏽 I have developed yet another WebAuthn provider for Two Factor. Its main advantage is that it seamlessly integrates with the U2F FIDO provider without having the user register...
Try adding a network alias to the traefik service definition like so: ```` traefik: image: traefik:v2.0 container_name: "${PROJECT_NAME}_traefik" command: --api.insecure=true --providers.docker ports: - '8000:80' # - '8080:8080' # Dashboard volumes:...
Much appreciated @glaing. As far as I can tell from 3 month old disqus comments [here](https://docs.wcpos.com/en/checkout/payment-gateways.html), WooCommerce POS Pro is not compatible with the Stripe payment gateway and @kilbot seems...