plone / plone.app.users

User registration and profile forms for the Plone CMS
https://pypi.python.org/pypi/plone.app.users
14 stars 22 forks source link

Better 1.x --> 2.x upgrade #23

Closed lentinj closed 2 years ago

lentinj commented 10 years ago

If you have 1.0-style schema customisations, the upgrade is hella painful thanks to the schema provider component. I bashed through it by:

I guess we need:

puittenbroek commented 9 years ago

This is all also a problem when uninstalling, I finally managed to accomplish this for our product. See code here, I tried everything I could think off, but in the end the low level approach was the only that worked everytime.

https://github.com/collective/collective.smsauthenticator/blob/master/src/collective/smsauthenticator/setuphandlers.py#L110

ale-rt commented 2 years ago

I am sorry a fix was not provided for this. I think now the time for this to be relevant has passed. If I am wrong please reopen the issue.