[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-20 Thread Chris McDonough
Chris McDonough added the comment: We're actually trying to encourage people to release plugins in separate packages these days. This is a good candidate. I'm going to mark this one as "resolved" as a result, although really the task is to create a separate Python package that houses the hash

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-20 Thread Douglas Mayle
Douglas Mayle added the comment: I've commented on this patch on the mailing list, but wanted to make sure my concerns were recorded here: * `if cleartext_password.startswith('{SHA}'):` The hashing system is entirely optional at the client level, so you don't provide password protection for

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-19 Thread Paul Johnston
Paul Johnston added the comment: Here's a test app you can use to try it out __ Repoze Bugs __import webob as wo, wsgiref.simple_server as wrs, sqlite3, sha def simple_app(environ, start_response)

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-19 Thread Paul Johnston
Paul Johnston added the comment: Ok, here's a patch. Potential bad interaction with ticket 85. __ Repoze Bugs __ hashform.patch Description: Binary data ___

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-19 Thread admin
System message: __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-19 Thread admin
System message: __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-19 Thread Paul Johnston
Paul Johnston added the comment: Ok, here's the patch. Potential bad interaction with ticket 85 - see discussion on list __ Repoze Bugs __ hashform.patch Description: Binary data _

[Repoze-dev] [issue82] Add HashFormPlugin - JavaScript hashing

2009-05-18 Thread Paul Johnston
New submission from Paul Johnston : I'm working on the patch for this - some success so far -- assignedto: paj messages: 198 nosy: paj priority: feature status: in-progress title: Add HashFormPlugin - JavaScript hashing __ Repoze Bugs