[Zope] Migrate exUserFolder back to User Folder

Dieter Maurer dieter at handshake.de
Mon Jan 8 16:42:10 EST 2007


Chris Crownhart wrote at 2007-1-8 09:47 -0700:
>I have a site that is using the exUserFolder product as acl_users in the 
>root folder.  I would like to migrate it back to a normal User Folder.  
>My problem, however, is that the passwords are encrypted by default in 
>exUserFolder, and I do not now how to migrate those encrypted passwords 
>back to the normal User Folder. 

If "exUserFolder" uses one of the (one way) encryption schemes
supported by "AccessControl.AuthEncoding", then you can
simply store the encrypted password in "user.__" preceeded
by "{scheme}".



-- 
Dieter


More information about the Zope mailing list