[Zope] Re: PAS and md5 or crypt passwords

2006-10-12 Thread Piotr Furman



I've edited GMailAuthPlugin, renamed it MD5AuthPlugin, added that code
and removed the google specific code. It doesn't give any errors, but it
also doesn't let me log in. I've tried adding a line to log things, but
that doesn't seem to be working either.



Maybe You should take a look at SQLPASPlugin - 
http://plone.org/products/sqlpasplugin - there are some SHA encryption 
possibilities, however they are commented by default.

So You would have to modify it's code little bit.

regards
Piotr Furman

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ZopeEditArea, and how to host subfolders?

2006-10-08 Thread Piotr Furman
Hi

First of all I'd like you to know about my product, ZopeEditArea
(http://www.zope.org/Members/pfurman/ZopeEditArea), which replaces textarea in
ZMI into EditArea (http://cdolivet.net/editarea/) - a javascript source code 
editor.

But I had some problems during developing that product. I had to host some
javascript files, which were packaged in few subfolders. As I wanted it to work
with pure Zope, I couldn't use Plone portal_skins, or even CMF DirectoryViews. I
have found that there is a 'misc_' dictionary, which is usually used for icon
publishing. So I used misc_ too, but it does not allow to host folders, or at
least I have not found how to do that.

So, do you know how to easy publish whole folder, with javascripts and images,
not using CMF DirectoryView?

regards
Piotr Furman

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )