[Twisted-Python] Form based auth - problem with credential checker

2018-07-11 Thread Jonah Crawford
I've posted code here: credential checker --> https://gist.github.com/minskmaz/ab218d7b137b24ede8ffc7e3ea6e2392#file-credentialchecker-py realm.py --> https://gist.github.com/minskmaz/ab218d7b137b24ede8ffc7e3ea6e2392#file-realm-py session wrapper --> https://gist.github.com/minskmaz/ab218d7b137b

[Twisted-Python] Twistedmatrix.com: scheduled maintenance July 18th

2018-07-11 Thread Mark Williams
Hello, The server that hosts twistedmatrix.com will be down for maintenance on Wednesday July 18th. Our hosting company, Tummy.com, will be increasing the size of the /boot partition to accommodate the larger kernels typical of modern Linux distributions. This requires a full reload of all pa

Re: [Twisted-Python] Form based auth - problem with credential checker

2018-07-11 Thread Glyph
Hi Jonah! Can these examples be made into SSCCEs >? They're missing all their imports and, for example, replacing the database calls with some succeeded/failed Deferreds? I'd love to help but I'd rather not debug a bunch of zope component lookups (

Re: [Twisted-Python] Form based auth - problem with credential checker

2018-07-11 Thread Jonah Crawford
Glyph. I'll put this into SSCCE and resend in the am. Thanks for looking. > On Jul 11, 2018, at 8:31 PM, Glyph wrote: > > Hi Jonah! > > Can these examples be made into SSCCEs >? They're missing all their imports and, for > example, replacing the