Bryan C. Andregg writes: > ... > Zope returns an error because it cannot perform a slice on the object that > SecurityGetUser() returns. Is there a way to just get the text value of that > object? "SecurityGetUser()" returns the user object. "user.getUserName()" returns "user"s name. Dieter