issues
search
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
Bind views always to Portal
#63
Closed
thet
closed
7 years ago
thet
commented
7 years ago
Use
get_portal
from Products.CMFPlone.utils instead of
getSite
. For plone.app.users we always want the Plone portal object until this package is fixed to support individual subsite settings.
Remove dependency on
zope.site
.
Code cleanup.
get_portal
from Products.CMFPlone.utils instead ofgetSite
. For plone.app.users we always want the Plone portal object until this package is fixed to support individual subsite settings.zope.site
.