[Zope] ANN: Serving PHP/Perl from Zope update

Bill Welch bill@carbonecho.com
Thu, 7 Sep 2000 16:29:14 +0000 (GMT)


Last bug. Promise.

    # user might not have signed in yet
    try:
      username, password = req._authUserPW()
    except:
      username = password = None