Mike Edmunds

Results 149 comments of Mike Edmunds

Likely many of the companies and organizations on this list got here because they were trying to follow what were *at one time* promoted as best practices for password management....

Fix for extra escaping in code blocks (with `keepMDCharactersOfENNotes` at default `false`) is in PR #281.

@blackjack4494 yes, acme.sh saves your deploy-hook settings, and re-deploys with those same settings after a successful cron certificate renewal. (This applies to all deploy hooks, not just unifi.)

@SupersixEvo thanks for tracking this down. @Neilpang this affects `_toPkcs` in the main acme.sh. When openssl is v3 or later, the unifi deploy script needs `_toPkcs` to invoke openssl with...

@lakshaykc you can set the `skip_authorization` option on a particular DOT `Application` in Django's admin interface. Go to `https:///admin/oauth2_provider/application/`, click into the DOT application you want to change, enable the...

@waxlamp to control this programmatically, set the [`skip_authorization` property](https://django-oauth-toolkit.readthedocs.io/en/latest/advanced_topics.html#skip-authorization-completely-for-trusted-applications) on the oauth2_provider `Application` model for the particular client app you want to change.

FYI, the SparkPost EmailBackend in the [django-anymail](https://anymail.readthedocs.io) package includes support for metadata and several other SparkPost [features](https://anymail.readthedocs.io/en/stable/esps/#anymail-feature-support). [Full disclosure: I maintain Anymail.]

@jfmatth is your [SERVER_EMAIL](https://docs.djangoproject.com/en/2.1/ref/settings/#server-email) setting set to a valid sender address for your SparkPost account? If you haven't set that, the default for mail_admins is sending from "root@localhost". SparkPost (like...

Hmm. I think this is doable, but it's not entirely clear to me the best way to fit it into CloudFormation. Interestingly, you can *almost* get SMTP credentials now, just...

@rpaterson thanks for the thoughtful analysis. Being able to wait for SES verification would be helpful not only for email identities, but also for domain identities. (Route53 domain verifications are...