示例#1
0
    def respond(self, trans):
        """
		If the user is already logged in, then process this request normally.  Otherwise, do nothing.
		All of the login logic has already happened in awake().
		"""
        if self.getLoggedInUser():
            LunarcPage.respond(self, trans)