Winn King <[email protected]> writes: > On Tue, 06 Oct 2009 08:52:45 -0700, Ross Patterson wrote: > >> Winn King <[email protected]> writes: >> >>> Is it possible to export passwords from a membrane-based plone 2.5 site >>> into a membrane-based plone 3 site? I understand that the passwords are >>> hashed so my question is whether it is possible to import the hashed >>> passwords into the new site. >> >> Do you mean remember? I believe that membrane doesn't provide any >> password hash implementations and remember does. I'm assuming you meant >> remember. >> >> For remember, the password hash is stored in the 'password' AT field >> whose accessor is 'getPassword' which is protected by the 'Set own >> password' permission. As such, it's possible to implement the export >> you're speaking of, but there's no export provided that I know of. >> >> Of course, it should be possible to migrate your Plone 2.5 ZODB so that >> you don't have to migrate the passwords. Any reason you didn't go that >> direction? >> >> Ross > > Hi Ross. Thanks for responding. > > I assume you mean "there is no IMport provided".
No, I meant export. Nothing is implemented that I know of which makes use of the AT fields which allows you to create/download a file containing the exported passwords. > The current site is membrane/remember. The new site is membrane/ > FacultyStaffDirectory/schemaextender. That was my choice for better or > worse. I didn't think about the password issue at the time. You might try asking the FSD folks then. Ross -- Archive: http://www.coactivate.org/projects/remember/lists/remember/archive/2009/10/1254848561563 To unsubscribe send an email with subject "unsubscribe" to [email protected]. Please contact [email protected] for questions.
