Mike Nelson
Mike Nelson
If I remove `'django.contrib.auth.backends.ModelBackend'` from `AUTHENTICATION_BACKENDS` in my settings file (because I consider Microsoft auth more secure than default passwords), I'd like the "Password" button to be hidden. See screenshot:...
Fix for issue AngellusMortis#420 by improving wording and extending CSRF validity timeframe. * WordPress' CSRF ("nonces") last 24 hours as a frame of reference. Previous to this, django_microsoft_auth's default validity...
applies the fix mentioned on https://github.com/WP-API/Basic-Auth/issues/9. I dont think we need to check for multisite because wp_authenticate_spam_check itself does that check
…ogged in the browser replaces https://github.com/WP-API/Basic-Auth/pull/18 (because the branch in that pull request now has content from another pull request) addresses #12 in WP-API/Basic-Auth. Just required that the basic-auth take...
I'm basically using HTML forms for a survey, and so wanted to make pretty graphs of the data, either by exporting the data to a CSV or directly in the...
I'm using this with Django 1.10 and this works fine. I would suggest maybe adding a bit to the documentation on how to access the submitted-or-cached file on form fields....
...hich MIGHT have a PRIVATE CONSTRUCTOR. I'm submitting this pull request because when we used wp-migrate-db with Event Espresso 4 (eventespresso.com), it gave us a fatal error because we're serializing...
Issues in the produced PDF: * [ ] Always putting site caption in sub-title when making it blank. Core bug * [x] image in left header column actually has a...
In In PDFs, maybe other formats too, if there is a link around an image, instead write out the URL below the image.
Todos: * [x] match blog's fonts * [x] clarify book dimensions * [x] style single-image recipe: center image vertically, fill width but dont exceed height * [ ] style double-image...