> user=request['AUTHENTICATED_USER'] This is a user object, not the users id. user = request['AUTHENTICATED_USER'].getUserName() Is the actual users name. -- Andy McKay Agmweb Consulting http://www.agmweb.ca