[Zope-CMF] Re: [dev] createMemberarea: small proposal
Marc Lindahl
marc@bowery.com
Mon, 26 May 2003 11:38:41 -0400
On Monday, May 26, 2003, at 10:47 AM, Tres Seaver wrote:
>
> I want to make the "skeleton" content cloned from a folder inside the
> tool, which should require very little effort (we have a version of
> this
> for a client project, which would need to be disentangled a bit).
I have an (old) example of this - I did it by (manually) making a
portal folder inside the skins folder (yecch) which had the skeleton
(default content) copied to new users. Some ruff info is here
http://cmf.zope.org/Members/bowerymarc/memberprops/document_view
>
> 'wrapUser' shouldn't be creating the member area at all, ideally. I
> like the idea of calling 'createMemberArea' from the logged_in page,
> and
> leaving it possible for managers to call it from scripts.
>
Which reminds me - managing the ability to remove members, and also
better ability to 'prune' members based on bad email addresses....