[Zope] Zope Grand Unified Desktop help

Morten W. Petersen morten@esol.no
08 Mar 2001 12:15:01 +0100


[Thomas Lau]

| hey all, I need some help about "Zope Grand Unified Desktop"
| I was installed this product, but How can I make a private user place for 
| user to save things in my server?

I'm not sure what you're saying here.  Do you need to set up one or more
workspaces for other users, controlled by logins?

Then you could use LoginManager, I'm planning on releasing some patches to
it that makes use of the LoginManager in combination with the workspaces,
but don't know when.

| it's only displayed "no logout"

Make a DTML Method or whatever named logout, which will logout the user.

(Hint: use <dtml-raise Unauthorized> or <dtml-call "REQUEST['AUTHENTICATED_USER'].logout()">
if you're using LoginManager.)

BTW, there's a fresh version of GUD, uploaded today..

-Morten