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 -- Archive: http://www.coactivate.org/projects/remember/lists/remember/archive/2009/10/1254844421376 To unsubscribe send an email with subject "unsubscribe" to [email protected]. Please contact [email protected] for questions.
