[Zope] Any news from ZOPE track?
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Fri, 28 Jan 2000 15:25:24 +1100
>>> Ryan Hughes wrote
> > Logins and Passwords are kept in plaintext in this file.
>
> This can be made optional, but then the sessions are lost if the server
> get's stopped. The password is necessary to make authenticate the IMAP
> connections. I'm open to any other suggestions?
I'm moving my copy of worldpilot over to use SQLSession instead - that
way it's all stashed away in a database.
Anthony