Mike Nelson

Results 91 comments of Mike Nelson

Ya only generating the oauth state just before redirecting the user would be a better solution, in which case just a few seconds would usually be long enough (so a...

Some folks at my org are getting this too. I poked around in the code and see it's a CSRF failure (the string "An invalid state variable was provided. Please...

I think I had the same error. I would get it during the 3rd migration mentioned in https://django-cryptography.readthedocs.io/en/latest/migrating.html, and even when adding a new field. In my case, the problem...

ya kk! I'll do next time I pass attendee mover stuff off for review (unless you prefer I put that on hold for a bit to do this)

I noticed a few commits that got missed so added them here. (FYI I also found my original branch, I still had it locally, but it was conflicts all over...

## Summary This allows price modifiers to be partial penny amounts, but not single ticket amounts. When displaying these partial penny amounts, we only show as many decimal places as...

oh that sucks, I didn't get that error. But ok we'll leave this for now.

ran into this same issue; specifically I needed to change my .htaccess file to ``` # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...

FYI we also created a branch https://github.com/eventespresso/Basic-Auth/tree/automatic-update-htaccess-for-fcgi which adds a setting onto the WP permalinks page which should automatically update the .htaccess file, but it's untested