2 May
2001
2 May
'01
2:34 p.m.
Hi!
You can find the answer to your question on User.py file. You can find it on the zope hierarchy. your_zope_directory/lib/python/AccessControl
Hi paula, I just want to ask a question related to this.(newbie)
After creating a new user, how will i access the web pages that was created by the new user, what is the default page ? http://example.com:8080/???
I'm doing the same thing too, and what i do is create an directory to the user and inside it you can put an index_html object, for example. And, when you create de new user, you can call the object. Something like that will work. :-) Paula