------------------------------------------------
- Fix: CL adduser fails due to plone.api, but adduser adds as a Zope account,
which doesn't need the twofactor properties. We shortcut the subscriber if
it's a Zope account being added. See plone.api docs for issue with 'scripts':
http://docs.plone.org/external/plone.api/docs/api/exceptions.htmlplone.api.exc.CannotGetPortalError
[puittenbroek]